b2ContactConstraint
b2ContactConstraint
Box2D.Dynamics.ContactsInheritance: System.Object
Constructors
b2ContactConstraint()
b2ContactConstraint()()
Fields
BodyA(Box2D.Dynamics.b2Body)
BodyB(Box2D.Dynamics.b2Body)
K(Box2D.Common.b2Mat22)
a(System.Single)
c(Box2D.Common.b2Vec2)
contact(Box2D.Dynamics.Contacts.b2Contact)
friction(System.Single)
invIA(System.Single)
invIB(System.Single)
invMassA(System.Single)
invMassB(System.Single)
localCenterA(Box2D.Common.b2Vec2)
localCenterB(Box2D.Common.b2Vec2)
localNormal(Box2D.Common.b2Vec2)
localPoint(Box2D.Common.b2Vec2)
normal(Box2D.Common.b2Vec2)
normalMass(Box2D.Common.b2Mat22)
pointCount(System.Int32)
points(Box2D.Dynamics.Contacts.b2ConstraintPoint[])
radiusA(System.Single)
radiusB(System.Single)
restitution(System.Single)
type(Box2D.Collision.b2ManifoldType)
v(Box2D.Common.b2Vec2)
w(System.Single)