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