#include <b2ContactSolver.h>
Public Attributes | |
b2ContactConstraintPoint | points [b2_maxManifoldPoints] |
b2Vec2 | localNormal |
b2Vec2 | localPoint |
b2Vec2 | normal |
b2Mat22 | normalMass |
b2Mat22 | K |
b2Body * | bodyA |
b2Body * | bodyB |
b2Manifold::Type | type |
float32 | radius |
float32 | friction |
int32 | pointCount |
b2Manifold * | manifold |
b2ContactConstraintPoint b2ContactConstraint::points[b2_maxManifoldPoints] |