Get Angle Mode
Description
Get the current state of the angle mode that Modalys is using.
(get-angle-mode)
Syntax and Default Values
The (get-angle-mode) function can be created using the following Lisp syntax:
(get-angle-mode)
Parameters
The (get-angle-mode) function has no additional arguments.
Discussion
This function returns 0 if the angle mode has been set to use degrees, and 1 if set to use radians. By default, Modalys uses angles in degrees.
Options
There are no special options for this function.