1
0
mirror of https://gitlab.com/MisterBiggs/stl-process.git synced 2025-08-03 12:01:33 +00:00

added source for cube math

This commit is contained in:
2022-03-30 19:16:40 -07:00
parent 95889a52ce
commit a6fcb39140

View File

@@ -8,6 +8,7 @@ using MeshIO
using LinearAlgebra using LinearAlgebra
@testset "simple cube stl" begin @testset "simple cube stl" begin
# https://hepweb.ucsd.edu/ph110b/110b_notes/node26.html
stl = load(raw"test\test_assets\cubeblender.stl") stl = load(raw"test\test_assets\cubeblender.stl")
props = get_mass_properties(stl) props = get_mass_properties(stl)