Class ContactVelocityConstraint
- Namespace
- Alis.Core.Physic.Dynamics.Contacts
- Assembly
- Alis.dll
The contact velocity constraint class
public sealed class ContactVelocityConstraint
Inheritance
Inherited Members
Constructors
ContactVelocityConstraint()
Initializes a new instance of the Alis.Core.Physic.Dynamics.Contacts.ContactVelocityConstraint class
public ContactVelocityConstraint()
Fields
K
The
public Mat22 K
Field Value
contactIndex
The contact index
public int contactIndex
Field Value
friction
The friction
public float friction
Field Value
indexA
The index
public int indexA
Field Value
indexB
The index
public int indexB
Field Value
invIA
The inv ib
public float invIA
Field Value
invIB
The inv ib
public float invIB
Field Value
invMassA
The inv mass
public float invMassA
Field Value
invMassB
The inv mass
public float invMassB
Field Value
normal
The normal
public Vector2 normal
Field Value
normalMass
The normal mass
public Mat22 normalMass
Field Value
pointCount
The point count
public int pointCount
Field Value
points
The max manifold points
public VelocityConstraintPoint[] points
Field Value
restitution
The restitution
public float restitution
Field Value
tangentSpeed
The tangent speed
public float tangentSpeed