Dura2D
v0.1.0
An educational 2D game physics library
|
#include <d2Contact.h>
Public Attributes | |
d2Body * | a |
d2Body * | b |
d2Vec2 | start |
d2Vec2 | end |
d2Vec2 | normal |
real | depth |
d2Body* d2Contact::a |
d2Body* d2Contact::b |
real d2Contact::depth |
d2Vec2 d2Contact::end |
d2Vec2 d2Contact::normal |
d2Vec2 d2Contact::start |