#include <b2_contact_solver.h>
Public Attributes | |
| int32 | contactIndex |
| float | friction |
| int32 | indexA |
| int32 | indexB |
| float | invIA |
| float | invIB |
| float | invMassA |
| float | invMassB |
| b2Mat22 | K |
| b2Vec2 | normal |
| b2Mat22 | normalMass |
| int32 | pointCount |
| b2VelocityConstraintPoint | points [b2_maxManifoldPoints] |
| float | restitution |
| float | tangentSpeed |
| float | threshold |
Definition at line 46 of file b2_contact_solver.h.
| int32 b2ContactVelocityConstraint::contactIndex |
Definition at line 61 of file b2_contact_solver.h.
| float b2ContactVelocityConstraint::friction |
Definition at line 56 of file b2_contact_solver.h.
| int32 b2ContactVelocityConstraint::indexA |
Definition at line 52 of file b2_contact_solver.h.
| int32 b2ContactVelocityConstraint::indexB |
Definition at line 53 of file b2_contact_solver.h.
| float b2ContactVelocityConstraint::invIA |
Definition at line 55 of file b2_contact_solver.h.
| float b2ContactVelocityConstraint::invIB |
Definition at line 55 of file b2_contact_solver.h.
| float b2ContactVelocityConstraint::invMassA |
Definition at line 54 of file b2_contact_solver.h.
| float b2ContactVelocityConstraint::invMassB |
Definition at line 54 of file b2_contact_solver.h.
| b2Mat22 b2ContactVelocityConstraint::K |
Definition at line 51 of file b2_contact_solver.h.
| b2Vec2 b2ContactVelocityConstraint::normal |
Definition at line 49 of file b2_contact_solver.h.
| b2Mat22 b2ContactVelocityConstraint::normalMass |
Definition at line 50 of file b2_contact_solver.h.
| int32 b2ContactVelocityConstraint::pointCount |
Definition at line 60 of file b2_contact_solver.h.
| b2VelocityConstraintPoint b2ContactVelocityConstraint::points[b2_maxManifoldPoints] |
Definition at line 48 of file b2_contact_solver.h.
| float b2ContactVelocityConstraint::restitution |
Definition at line 57 of file b2_contact_solver.h.
| float b2ContactVelocityConstraint::tangentSpeed |
Definition at line 59 of file b2_contact_solver.h.
| float b2ContactVelocityConstraint::threshold |
Definition at line 58 of file b2_contact_solver.h.