GlobeView.GeocentricCameraAheadVector Property
Gets the current camera vector in the internal geocentric coordinate system.
Syntax
public Point GeocentricCameraAheadVector { get; }
Property Value
The current camera vector in the internal geocentric coordinate system.
Remarks
Internally, all longitude/latitude/elevation coordinates are converted to a geocentric coordinate system. This property, together with GeocentricCameraPoint and GeocentricCameraUpVector specifies the camera orientation in that geocentric reference system.
However, if any of the properties CameraPoint, CameraBearing, CameraPitch and CameraRoll are modified, you must Update the globe view before you can get the correct value from GeocentricCameraAheadVector. It is often easier to use the static method ToGeocentric instead.
Platforms
Windows, Linux, Android