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 

lzGetCoordinateFormat

The lzGetCoordinateFormat function reports which format (rectangular, polar) will be used to represent coordinate pair results.

char lzGetCoordinateFormat(
   void
);

Parameters

   

None.


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)


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