DK11 for .NET | TatukGIS.NDK.TGIS_CSEllipsoid.ToGeocentric | Constructors | Methods | Properties
Convert coordinates from geodetic mode to ellipsoid base (geocentric).
// C# public TGIS_Point3D ToGeocentric( TGIS_Point3D _coords );
' VisualBasic Public Function ToGeocentric( ByVal _coords As TGIS_Point3D ) As TGIS_Point3D
// Oxygene public function ToGeocentric( _coords : TGIS_Point3D ) : TGIS_Point3D;
Name | Type | Description |
---|---|---|
_coords | TGIS_Point3D | coordinates in geodetic space (radians) |
Type | Description |
---|---|
TGIS_Point3D | Converted coordinates. |