C# Класс BEPUphysics.NarrowPhaseSystems.Pairs.ContactInformation

Contact and some associated data used by the convenience ContactCollection.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Contact Contact
FrictionImpulse float
NormalImpulse float
Pair CollidablePairHandler
RelativeVelocity Vector3

Открытые методы

Метод Описание
Equals ( other ) : bool
ToString ( ) : string

Описание методов

Equals() публичный Метод

public Equals ( other ) : bool
Результат bool

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

Contact публичное свойство

Contact point in the pair.
public Contact Contact
Результат Contact

FrictionImpulse публичное свойство

Friction impulse applied between the objects at the contact point. This is sometimes an approximation due to the varying ways in which friction is calculated.
public float FrictionImpulse
Результат float

NormalImpulse публичное свойство

Normal impulse applied between the objects at the contact point.
public float NormalImpulse
Результат float

Pair публичное свойство

Pair that most directly generated the contact. The pair may have parents, accessible through the pair's Parent property.
public CollidablePairHandler,BEPUphysics.NarrowPhaseSystems.Pairs Pair
Результат CollidablePairHandler

RelativeVelocity публичное свойство

Relative velocity of the colliding objects at the position of the contact.
public Vector3 RelativeVelocity
Результат Vector3