#include <b2Joint.h>
Public Member Functions | |
| void | SetZero () |
| void | Set (const b2Vec2 &x1, float32 a1, const b2Vec2 &x2, float32 a2) |
| float32 | Compute (const b2Vec2 &x1, float32 a1, const b2Vec2 &x2, float32 a2) |
Public Attributes | |
| b2Vec2 | linearA |
| float32 | angularA |
| b2Vec2 | linearB |
| float32 | angularB |
| float32 b2Jacobian::Compute | ( | const b2Vec2 & | x1, | |
| float32 | a1, | |||
| const b2Vec2 & | x2, | |||
| float32 | a2 | |||
| ) | [inline] |
| void b2Jacobian::SetZero | ( | ) | [inline] |
1.6.3