ll.Rot2Fwd(Rotation: quaternion) : vector
Returns the forward vector defined by Rotation. Returns the forward axis represented by the Rotation.
ll.Rot2Fwd(quaternion(0,0,0,1))
{
"def": "func",
"desc": "Returns the forward vector defined by Rotation.\nReturns the forward axis represented by the Rotation.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlRot2Fwd",
"name": "Rot2Fwd",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Rotation",
"desc": "",
"type": [
"quaternion"
],
"variadic": false,
"optional": false
}
]
}
]
}