ZERO ROTATION
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>;The rotation constant ZERO_ROTATION has the value <0.0, 0.0, 0.0, 1.0>
Represents a rotation that causes no change, that is, an identity rotation. The default value for a variable of rotation type.
Caveats