![]() |
VR-Link API Documentation for HLA 1.3
|
This file provides a definition of GeodeticCoords and several helper functions. More...
Go to the source code of this file.
Classes | |
| class | DtGeodeticCoord |
| Instances of DtGeodeticCoord are used to explicitly represent Geodetic coordinates. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const DtGeodeticCoord &sr) |
| void | DtGeocToGeod (const DtVector &in, DtGeodeticCoord &out) |
| This function is deprecated, and provided for backwards compatibility only! More... | |
| void | DtGeodToGeoc (const DtGeodeticCoord &in, DtVector &out) |
| This function is deprecated, and provided for backwards compatibility only! More... | |
This file provides a definition of GeodeticCoords and several helper functions.
| void DtGeocToGeod | ( | const DtVector & | in, |
| DtGeodeticCoord & | out | ||
| ) |
This function is deprecated, and provided for backwards compatibility only!
| void DtGeodToGeoc | ( | const DtGeodeticCoord & | in, |
| DtVector & | out | ||
| ) |
This function is deprecated, and provided for backwards compatibility only!
| std::ostream& operator<< | ( | std::ostream & | str, |
| const DtGeodeticCoord & | sr | ||
| ) |