DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.RotatedPoint3D | Methods | Properties
Compute position of the 3D point after the viewer rotation.
Available also on: Delphi FMX | .NET WinForms | Java.
// C# public ITGIS_Point3D RotatedPoint3D( ITGIS_Point3D _ptg );
' VisualBasic Public Function RotatedPoint3D( ByVal _ptg As ITGIS_Point3D ) As ITGIS_Point3D
// Oxygene public function RotatedPoint3D( _ptg : ITGIS_Point3D ) : ITGIS_Point3D;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point3D | point to be rotated |
Type | Description |
---|---|
ITGIS_Point3D | Rotated map coordinates. |