Expand description
This library provides a set of data structures for representing points in two and three dimensional space.
The structures are named Point2D
and Point3D
respectively.
They provide intuitive operations such as addition, subtraction, negation and comparison.