DK for Delphi | GisLayerVector.TGIS_Shape.GetAngle | Constructors | Fields | Methods | Properties
Compute angle of first/last element of the shape in radians related to north, east winding.
// Delphi public function GetAngle( const _reverse : Boolean ) : Double;
// C++ Builder public: double GetAngle( const bool _reverse );
Name | Type | Description |
---|---|---|
_reverse | Boolean | if True, then end will be treated as start |
Type | Description |
---|---|
Double | Angle in radians. |