| lzGetCoordinateFormatThe lzGetCoordinateFormat function reports which format (rectangular, polar) will be used to represent coordinate pair results. char lzGetCoordinateFormat();
Parameters
Return Value | Returns a code character indicating the currently used coordinate pair format. The code character will be one of the following values:
Code |
Constant |
Effect |
'R'
|
kCoordRect |
Rectangular coordinates in use. |
'P'
|
kCoordPolar |
Polar coordinates in use. |
|
Remarks | If polar coordinates are in use, the angle ordinate is expressed in the current angle unit (degrees, radians, or grads). |
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzGetCoordinateFormat active in Elzed 2.5.0 (118: 2.5.0) |
|