Struct ConvexHullBuilder.MassProperties
Convex hull mass properties.
Namespace: Unity.Physics
Syntax
public struct MassProperties
Fields
CenterOfMass
Declaration
public float3 CenterOfMass
Field Value
Type | Description |
---|---|
float3 |
InertiaTensor
Declaration
public float3x3 InertiaTensor
Field Value
Type | Description |
---|---|
float3x3 |
SurfaceArea
Declaration
public float SurfaceArea
Field Value
Type | Description |
---|---|
System.Single |
Volume
Declaration
public float Volume
Field Value
Type | Description |
---|---|
System.Single |