DK11 for Java | tatukgis.jdk.TGIS_Viewer.UnrotatedPoint | Constructors | Fields | Methods | Properties | Events
Compute original position of the rotated point.
// Java public TGIS_Point UnrotatedPoint( TGIS_Point _ptg );
// Oxygene public function UnrotatedPoint( _ptg : TGIS_Point ) : TGIS_Point;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | rotated point |
Type | Description |
---|---|
TGIS_Point | Original un-rotated map coordinates. |
See: RotatedPoint