![]() |
VR-Link C# API Documentation
|
Collaboration diagram for makVrl.UtmCoordinate:Public Member Functions | |
| UtmCoordinate (UtmReferencePoint refPoint=null) | |
| UtmCoordinate (double east, double north, double up, UtmReferencePoint refPoint=null) | |
| UtmCoordinate (GeodeticCoord geod, UtmReferencePoint refPoint=null) | |
| void | setFromGeocentric (Vector3d geoc) |
| Vector3d | getGeocentric () |
| void | setFromGeodetic (GeodeticCoord geod) |
| GeodeticCoord | getGeodetic () |
Static Public Member Functions | |
| static void | utmInit (DegMinSec latRef, DegMinSec lonRef, bool standardOffsets=true, int zone=0) |
Properties | |
| double | east [get, set] |
| double | north [get, set] |
| double | up [get, set] |
| double | gridDeclination [get] |
| Get the heading that northing is off of north. More... | |
Private Attributes | |
| UtmReferencePoint | myReferencePoint = UtmReferencePoint.globalUtmReferencePoint |
| Vector3d | myCoord |
|
inline |
|
inline |
References makVrl.UtmCoordinate.myCoord, and makVrl.UtmCoordinate.myReferencePoint.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
private |
Referenced by makVrl.UtmCoordinate.UtmCoordinate().
|
private |
|
getset |
Referenced by makVrl.UtmCoordinate.getGeodetic(), and makVrl.UtmCoordinate.setFromGeodetic().
|
get |
Get the heading that northing is off of north.
|
getset |
Referenced by makVrl.UtmCoordinate.getGeodetic(), and makVrl.UtmCoordinate.setFromGeodetic().
|
getset |
Referenced by makVrl.UtmCoordinate.getGeodetic(), and makVrl.UtmCoordinate.setFromGeodetic().