MassDensity Properties

Microsoft Robotics Class Reference

The MassDensity type exposes the following members.

Properties

  Name Description
Public property AngularDamping
Anglular damping applied to body
Public property CenterOfMass
Optional override for the center of mass. It specifies offset and orientation (from the default), in the local coordinate frame of the entity. If not set, physics will calculate the center of mass from the shape descriptions
Public property Density
Optional density (SI units) of the shape. Density should not be specified if mass is specified
Public property InertiaTensor
Diagonal mass space inertia tensor in bodies mass frame. Physics will compute if all zeroes
Public property LinearDamping
Linear damping applied to body
Public property Mass
Mass in SI units for the shape. If density is specified, dont set Mass, it will be calculated
Public property MassLocalPose
MassLocalPose is simply a transformation applied to the diagonal inertia to move it away from its default pose (centered on the origin with no rotation).

See Also

MassDensity Class

Microsoft.Robotics.Simulation.Physics.Proxy Namespace