Difference between revisions of "ZERO ROTATION"
Jump to navigation
Jump to search
Gally Young (talk | contribs) m (fixe) |
Frionil Fang (talk | contribs) (just a test to see if this makes the category:fixme go away) |
||
Line 3: | Line 3: | ||
|type=rotation | |type=rotation | ||
|value={{LSL VR|0.0|0.0|0.0|1.0}} | |value={{LSL VR|0.0|0.0|0.0|1.0}} | ||
|desc | |desc=Represents a rotation that causes no change, that is, an identity rotation. The default value for a variable of rotation type. | ||
|examples | |examples | ||
|functions | |functions |
Latest revision as of 15:11, 28 October 2023
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