1
0
Fork 0
tesselada/src/stl.ads

11 lines
230 B
Ada

with Dtm.Surface; use Dtm.Surface;
package Stl is
subtype Normal is Point;
procedure Write(Surface : Surface_Vector; File_Path : String);
procedure Write_Binary(Surface : Surface_Vector; File_Path : String);
end Stl;