ZERO ROTATION
Revision as of 15:11, 28 October 2023 by Frionil Fang (talk | contribs) (just a test to see if this makes the category:fixme go away)
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