Output for b2Distance. More...
#include <b2Distance.h>
Public Attributes | |
float32 | distance |
int32 | iterations |
number of GJK iterations used | |
b2Vec2 | pointA |
closest point on shapeA | |
b2Vec2 | pointB |
closest point on shapeB |
Output for b2Distance.
Definition at line 78 of file b2Distance.h.
Definition at line 82 of file b2Distance.h.
number of GJK iterations used
Definition at line 83 of file b2Distance.h.
closest point on shapeA
Definition at line 80 of file b2Distance.h.
closest point on shapeB
Definition at line 81 of file b2Distance.h.