DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.UnrotatedPoint3D | Methods | Properties
Compute original position of the rotated 3D point.
// C# public ITGIS_Point3D UnrotatedPoint3D( ITGIS_Point3D _ptg );
' VisualBasic Public Function UnrotatedPoint3D( ByVal _ptg As ITGIS_Point3D ) As ITGIS_Point3D
// Oxygene public function UnrotatedPoint3D( _ptg : ITGIS_Point3D ) : ITGIS_Point3D;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point3D | rotated point |
Type | Description |
---|---|
ITGIS_Point3D | Original un-rotated map coordinates. |