1
0
mirror of https://gitlab.com/MisterBiggs/stl-process.git synced 2026-06-03 18:00:25 +00:00
This commit is contained in:
2022-03-28 23:41:04 -07:00
parent 33e2b81adc
commit edcb2ef46f
2 changed files with 14 additions and 5 deletions
+5
View File
@@ -1,3 +1,8 @@
name = "stlProcess"
uuid = "68914fc9-42cf-4b37-b06f-0b65edf9b8fa"
authors = ["Anson <anson@ansonbiggs.com>"]
version = "0.1.0"
[deps] [deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
+4
View File
@@ -1,3 +1,5 @@
module stlProcess
using MeshIO using MeshIO
using FileIO using FileIO
@@ -73,3 +75,5 @@ cog
inertia inertia
eigen(inertia) eigen(inertia)
end # module