DK11 for Java | tatukgis.jdk.IGIS_Viewer.RotatedPoint3D | Methods | Properties
Compute position of the 3D point after the viewer rotation.
// Java public abstract TGIS_Point3D RotatedPoint3D( TGIS_Point3D _ptg );
// Oxygene public function RotatedPoint3D( _ptg : TGIS_Point3D ) : TGIS_Point3D;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be rotated |
Type | Description |
---|---|
TGIS_Point3D | Rotated map coordinates. |