Point2D.hpp
A simple class to track value pairs of any kind, optimized for points in 2D Space.
Note
For maximal efficiency, prefer SquareMagnitude() and SquareDistance() over Magnitude() and Distance() as the latter require a square-root.
-
template<typename TYPE = double>
class Point2D - #include <Point2D.hpp>