C# Class BEPUphysics.CollisionShapes.ShapeDistributionInformation

Contains data about the distribution of volume in a shape.
Datei anzeigen Open project: Indiefreaks/igf Class Usage Examples

Public Properties

Property Type Description
Center Vector3
Volume float
VolumeDistribution BEPUutilities.Matrix3x3

Property Details

Center public_oe property

The center of a shape.
public Vector3 Center
return Vector3

Volume public_oe property

The volume of a shape.
public float Volume
return float

VolumeDistribution public_oe property

The distribution of volume in a shape. This can be scaled to create an inertia tensor for a shape.
public Matrix3x3,BEPUutilities VolumeDistribution
return BEPUutilities.Matrix3x3