Template Function geodesy::convert(const From&, To&)

Function Documentation

template<class From, class To>
void geodesy::convert(const From &from, To &to)

Convert any coordinate to any other via intermediate WGS 84 representation.

Author

Tully Foote

Note

Every coordinate type must implement fromMsg() and toMsg() functions for both points and poses.