Struct MassDistribution
Describes how mass is distributed within an object Represented by a transformed box inertia of unit mass.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct MassDistribution
Fields
Name | Description |
---|---|
InertiaTensor | Diagonalized inertia tensor for a unit mass. |
Transform | The center of mass and the orientation to principal axis space. |
Properties
Name | Description |
---|---|
InertiaMatrix | Get the inertia as a 3x3 matrix. |