Home
last modified time | relevance | path

Searched defs:b2ContactPoint (Results 1 – 3 of 3) sorted by relevance

/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Dynamics/Contacts/
H A Db2Contact.h57 struct b2ContactPoint struct
59 b2Shape* shape1; ///< the first shape
60 b2Shape* shape2; ///< the second shape
61 b2Vec2 position; ///< position in world coordinates
62 b2Vec2 velocity; ///< velocity of point on body2 relative to point on body1 (pre-solver)
63 b2Vec2 normal; ///< points from shape1 to shape2
64 float32 separation; ///< the separation is negative when shapes are touching
65 float32 friction; ///< the combined friction coefficient
66 float32 restitution; ///< the combined restitution coefficient
67 b2ContactID id; ///< the contact id identifies the features in contact
/dports/devel/love5/love-0.5-0/src/box2d/Source/Dynamics/Contacts/
H A Db2Contact.h57 struct b2ContactPoint struct
59 b2Shape* shape1; ///< the first shape
60 b2Shape* shape2; ///< the second shape
61 b2Vec2 position; ///< position in world coordinates
62 b2Vec2 velocity; ///< velocity of point on body2 relative to point on body1 (pre-solver)
63 b2Vec2 normal; ///< points from shape1 to shape2
64 float32 separation; ///< the separation is negative when shapes are touching
65 float32 friction; ///< the combined friction coefficient
66 float32 restitution; ///< the combined restitution coefficient
67 b2ContactID id; ///< the contact id identifies the features in contact
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Dynamics/Contacts/
H A Db2Contact.h57 struct b2ContactPoint struct
59 b2Shape* shape1; ///< the first shape
60 b2Shape* shape2; ///< the second shape
61 b2Vec2 position; ///< position in world coordinates
62 b2Vec2 velocity; ///< velocity of point on body2 relative to point on body1 (pre-solver)
63 b2Vec2 normal; ///< points from shape1 to shape2
64 float32 separation; ///< the separation is negative when shapes are touching
65 float32 friction; ///< the combined friction coefficient
66 float32 restitution; ///< the combined restitution coefficient
67 b2ContactID id; ///< the contact id identifies the features in contact