A 3D point; has x, y, and z. More...
#include <geometry.h>
Public Attributes | |
int | x |
the x value of the point More... | |
int | y |
the y value of the point More... | |
int | z |
the z value of the point More... | |
A 3D point; has x, y, and z.
int point3::x |
the x value of the point
int point3::y |
the y value of the point
int point3::z |
the z value of the point