C# Class BEPUphysics.CollisionShapes.ShapeDistributionInformation

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

Méthodes publiques

Свойство Type Description
Center Vector3
Volume float
VolumeDistribution BEPUutilities.Matrix3x3

Property Details

Center public_oe property

The center of a shape.
public Vector3 Center
Résultat Vector3

Volume public_oe property

The volume of a shape.
public float Volume
Résultat 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
Résultat BEPUutilities.Matrix3x3