#include <STL_fwd.hpp>
Holds one 3d Point in a STL file.
Definition at line 29 of file STL_fwd.hpp.
Public Attributes | |
float | x |
x coordinate More... | |
float | y |
y coordinate More... | |
float | z |
z coordinate More... | |
float mm::STL::Point::x |
x coordinate
Definition at line 29 of file STL_fwd.hpp.
float mm::STL::Point::y |
y coordinate
Definition at line 29 of file STL_fwd.hpp.
float mm::STL::Point::z |
z coordinate
Definition at line 29 of file STL_fwd.hpp.