Namespace containing a series of customised math operations not found in the standard c++ library.
double GetLength(const XYZ &Point1, const XYZ &Point2)
Get the length between two points.
WXYZ & Normalise(WXYZ &Quaternion)
Normalise the quaternion and return it.
Struct for representing a Plane.
Struct for representing points in 3D space.