mirror of
https://gitlab.com/MisterBiggs/stl-process.git
synced 2025-08-05 13:01:23 +00:00
pgk-ify
This commit is contained in:
@@ -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"
|
||||||
|
@@ -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
|
Reference in New Issue
Block a user