KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzGetAngleUnit

The lzGetAngleUnit function reports which unit (degrees, radians, or grads) will be used to represent angles in the current context.

char lzGetAngleUnit(
   void
);

Parameters

   

None.


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)


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy