llGetCenterOfMass

From Second Life Wiki
Revision as of 10:30, 3 December 2010 by Dora Gustafson (talk | contribs)
Jump to navigation Jump to search

Summary

Function: vector llGetCenterOfMass( );

Returns the vector position of the object's center of mass in region coordinates.

If called from a child prim, the child's center of mass is returned instead (but still in region coordinates).

Caveats

  • Works in physical objects only.
    • In non-physical objects Center Of Mass is not computed.
    • Either the last computed value or llGetPos() is returned.
    • The value is stored as a prim property and will only change when Center Of Mass is computed.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llGetPos
•  llGetGeometricCenter

Deep Notes

Search JIRA for related Issues

Signature

function vector llGetCenterOfMass();