LM Constants
The following constants are defined in the LM namespace. To use one of these constants, be sure to prepend
LM.
to the constant's name. For example,
LM.X_AXIS
is valid, while
X_AXIS
is not complete.
Axis
The following constants are used to specify an axis in 3D space.
X_AXIS
Positive X axis
Y_AXIS
Positive Y axis
Z_AXIS
Positive Z axis
NEGX_AXIS
Negative X axis
NEGY_AXIS
Negative Y axis
NEGZ_AXIS
Negative Z axis
FREE_AXIS
Arbitrary free axis
extern void LM_Beep @ Beep();#define LM_X_AXIS @ X_AXIS #define LM_Y_AXIS @ Y_AXIS #define LM_Z_AXIS @ Z_AXIS #define LM_NEGX_AXIS @ NEGX_AXIS #define LM_NEGY_AXIS @ NEGY_AXIS #define LM_NEGZ_AXIS @ NEGZ_AXIS #define LM_FREE_AXIS @ FREE_AXIS