![]() |
rebl-AMR
|
Structure to hold coordinates of a point. More...
#include <geomSTL.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 point::x |
x coordinate
| float point::y |
| float point::z |
y coordinate