Difference between revisions of "ZERO ROTATION"
Jump to navigation
Jump to search
m (multi-lang) |
Frionil Fang (talk | contribs) (just a test to see if this makes the category:fixme go away) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant | ||
|name=ZERO_ROTATION | |name=ZERO_ROTATION | ||
|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