Struct for representing a point.
Point.x is the 'x' coordinate of the point.
Point.y is the 'y' coordinate of the point.
Point.z is the 'z' coordinate of the point.
See Implementation
Struct for representing a point.