ll.GetGeometricCenter

ll.GetGeometricCenter() : vector

Returns the vector that is the geometric center of the object relative to the root prim.

Example

ll.GetGeometricCenter()
{
  "def": "func",
  "desc": "Returns the vector that is the geometric center of the object relative to the root prim.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetGeometricCenter",
  "name": "GetGeometricCenter",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "vector"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll