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