C# Class BEPUphysics.CollisionTests.ContactSupplementData

Extra data associated with a contact point used to refresh contacts each frame.
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Свойство Type Description
BasePenetrationDepth float
LocalOffsetA Vector3
LocalOffsetB Vector3

Property Details

BasePenetrationDepth public_oe property

Original penetration depth computed at the associatd contact.
public float BasePenetrationDepth
Résultat float

LocalOffsetA public_oe property

Offset from the center of the first object to the contact point in the object's local space.
public Vector3 LocalOffsetA
Résultat Vector3

LocalOffsetB public_oe property

Offset from the center of the second object to the contact point in the object's local space.
public Vector3 LocalOffsetB
Résultat Vector3