| lzGetAngleUnitThe lzGetAngleUnit function reports which unit (degrees, radians, or grads) will be used to represent angles in the current context. char lzGetAngleUnit();
Parameters
Return Value | Returns a code character indicating the current unit used to represent angles. The code character will be one of the following values:
Code
|
Constant
|
Meaning |
'R'
|
kAngleRadians
|
Radians are used. |
'D'
|
kAngleDegrees
|
Degrees are used. |
'G'
|
kAngleGrads
|
Grads are used. |
|
Versions | Introduced in Elzed 1.0.0 | | This page describes the version of lzGetAngleUnit active in Elzed 2.5.0 (36: 2.5.0) |
|