![]() |
VR-Link C# API Documentation
|
Collaboration diagram for makVrl.GeodeticCoord:Public Member Functions | |
| GeodeticCoord (ReferenceEllipsoid ellipse=null) | |
| GeodeticCoord (double lat, double lon, double alt, ReferenceEllipsoid ellipse=null) | |
| void | setFromGeocentric (Vector3d geoc) |
| Vector3d | getGeocentric () |
Properties | |
| MapDatum | mapDatum [get] |
| double | lat [get, set] |
| double | lon [get, set] |
| double | alt [get, set] |
Private Attributes | |
| ReferenceEllipsoid | myEllipsoid = ReferenceEllipsoid.globalEllipsoid |
| Vector3d | myCoord |
|
inline |
References makVrl.GeodeticCoord.myCoord, makVrl.GeodeticCoord.myEllipsoid, and makVrl.Vector3d.Zero.
|
inline |
References makVrl.GeodeticCoord.myCoord, and makVrl.GeodeticCoord.myEllipsoid.
|
inline |
References makVrl.GeodeticCoord.myCoord.
|
inline |
References makVrl.GeodeticCoord.myCoord.
|
private |
|
private |
Referenced by makVrl.GeodeticCoord.GeodeticCoord().
|
getset |
|
getset |
|
getset |
|
get |
Referenced by makVrl.UtmCoordinate.getGeodetic(), and makVrl.UtmCoordinate.setFromGeodetic().