C# Class FarseerPhysics.Dynamics.Contacts.ContactVelocityConstraint

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
K Mat22
contactIndex int
friction float
indexA int
indexB int
invIA float
invMassA float
normal Vector2
normalMass Mat22
pointCount int
points FarseerPhysics.Dynamics.Contacts.VelocityConstraintPoint[]
restitution float
tangentSpeed float

Méthodes publiques

Méthode Description
ContactVelocityConstraint ( ) : System

Method Details

ContactVelocityConstraint() public méthode

public ContactVelocityConstraint ( ) : System
Résultat System

Property Details

K public_oe property

public Mat22 K
Résultat Mat22

contactIndex public_oe property

public int contactIndex
Résultat int

friction public_oe property

public float friction
Résultat float

indexA public_oe property

public int indexA
Résultat int

indexB public_oe property

public int indexB
Résultat int

invIA public_oe property

public float invIA
Résultat float

invMassA public_oe property

public float invMassA
Résultat float

normal public_oe property

public Vector2 normal
Résultat Vector2

normalMass public_oe property

public Mat22 normalMass
Résultat Mat22

pointCount public_oe property

public int pointCount
Résultat int

points public_oe property

public VelocityConstraintPoint[],FarseerPhysics.Dynamics.Contacts points
Résultat FarseerPhysics.Dynamics.Contacts.VelocityConstraintPoint[]

restitution public_oe property

public float restitution
Résultat float

tangentSpeed public_oe property

public float tangentSpeed
Résultat float