Difference between revisions of "LlGetCenterOfMass"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
** Either the last computed ''value'' or llGetPos() is returned.
** 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.
** The ''value'' is stored as a prim property and will only change when Center Of Mass is computed.
** The ''value'' is not changed by script reset or deletion.
|constants
|constants
|examples
|examples

Revision as of 10:30, 3 December 2010

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();