SbProj4ProjectionToGeocentric Method |
Transform the given coordinates from Geodetic coordinate system to Geocentric coordinate system .
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ToGeocentric(
out SbVec3f point
)
Public Sub ToGeocentric (
<OutAttribute> ByRef point As SbVec3f
)
public:
void ToGeocentric(
[OutAttribute] SbVec3f% point
)
member ToGeocentric :
point : SbVec3f byref -> unit
Parameters
- point
- Type: OIV.InventorSbVec3f
Remarks See Also