ll.Euler2Rot

ll.Euler2Rot(Vector: vector) : quaternion

Returns the rotation representation of the Euler angles. Returns the rotation represented by the Euler Angle.

Example

ll.Euler2Rot(vector(1,1,1))
{
  "def": "func",
  "desc": "Returns the rotation representation of the Euler angles.\nReturns the rotation represented by the Euler Angle.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlEuler2Rot",
  "name": "Euler2Rot",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "quaternion"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Vector",
          "desc": "",
          "type": [
            "vector"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll