LlRot2Angle
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Summary
Function: float llRot2Angle( rotation rot );| 171 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a float that is the rotation angle represented by rot
| • rotation | rot |
Use in conjunction with llRot2Axis.
To undo use llAxisAngle2Rot.
Caveats
This always returns a positive angle <= PI radians, that is, it is the unsigned minimum angle. A rotation of 3/2 PI radians (270 degrees) will return an angle of PI / 2 radians, not -PI / 2. Search JIRA for related Bugs
See Also
Functions
| • | llAxisAngle2Rot | |||
| • | llRot2Axis | |||
| • | llRot2Up | |||
| • | llRot2Fwd | |||
| • | llRot2Left | |||
| • | llAngleBetween | – | Similar functionality. |
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

