DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.RotatedPoint3D | Constructors | Methods | Properties | Events
Compute position of the 3D point after the viewer rotation.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.
Implements IGIS_Viewer.RotatedPoint3D.
# Python def RotatedPoint3D( self, _ptg: TGIS_Point3D ) -> TGIS_Point3D:
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be rotated |
Type | Description |
---|---|
TGIS_Point3D | Rotated map coordinates. |