Dura2D  v0.1.0
An educational 2D game physics library
Loading...
Searching...
No Matches
d2Contact Struct Reference

#include <d2Contact.h>

Public Attributes

d2Bodya
 
d2Bodyb
 
d2Vec2 start
 
d2Vec2 end
 
d2Vec2 normal
 
real depth
 

Member Data Documentation

◆ a

d2Body* d2Contact::a

◆ b

d2Body* d2Contact::b

◆ depth

real d2Contact::depth

◆ end

d2Vec2 d2Contact::end

◆ normal

d2Vec2 d2Contact::normal

◆ start

d2Vec2 d2Contact::start

The documentation for this struct was generated from the following file: