![]() |
rebl-AMR
|
Structure to hold coordinates of a point. More...
#include <parse_stl.h>
Public Member Functions | |
| point () | |
| point (float xp, float yp, float zp) | |
Public Attributes | |
| float | x |
| float | y |
| float | z |
Structure to hold coordinates of a point.
|
inline |
z coordinate default constructor
|
inline |
constructor
| float stl::point::x |
x coordinate
| float stl::point::y |
| float stl::point::z |
y coordinate