DK11 for Delphi | GisViewer.TGIS_Viewer.RotatedPoint3D | Constructors | Fields | Methods | Properties | Events
Compute position of the 3D point after the viewer rotation.
Implements IGIS_Viewer.RotatedPoint3D.
// Delphi public function RotatedPoint3D( const _ptg : TGIS_Point3D ) : TGIS_Point3D;
// C++ Builder public: TGIS_Point3D* RotatedPoint3D( TGIS_Point3D* const _ptg );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be rotated |
Type | Description |
---|---|
TGIS_Point3D | Rotated map coordinates. |
See: RotatedPoint