A conversion facility for transformations between coordinate systems. More...
#include <point.hpp>
Public Member Functions | |
ToPointType | operator() (FromPointType const &p_in) |
By default, conversion is unknown, thus an error is forced when calling the functor. |
A conversion facility for transformations between coordinate systems.
FromPointType | The source point type | |
ToPointType | The destination point type |
ToPointType operator() | ( | FromPointType const & | p_in | ) | [inline] |
By default, conversion is unknown, thus an error is forced when calling the functor.