DK11 for Delphi | GisInterfaces.IGIS_Viewer.RotatedPoint3D | Methods | Properties
Compute position of the 3D point after the viewer rotation.
// Delphi public function RotatedPoint3D( const _ptg : TGIS_Point3D ) : TGIS_Point3D;
// C++ Builder public: TGIS_Point3D* RotatedPoint3D( TGIS_Point3D* const _ptg ) = 0;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be rotated |
Type | Description |
---|---|
TGIS_Point3D | Rotated map coordinates. |