Public Attributes | List of all members
b2DistanceOutput Struct Reference

Output for b2Distance. More...

#include <b2Distance.h>

Public Attributes

float32 distance
 
int32 iterations
 number of GJK iterations used More...
 
b2Vec2 pointA
 closest point on shapeA More...
 
b2Vec2 pointB
 closest point on shapeB More...
 

Detailed Description

Output for b2Distance.

Definition at line 78 of file b2Distance.h.

Member Data Documentation

float32 b2DistanceOutput::distance

Definition at line 82 of file b2Distance.h.

int32 b2DistanceOutput::iterations

number of GJK iterations used

Definition at line 83 of file b2Distance.h.

b2Vec2 b2DistanceOutput::pointA

closest point on shapeA

Definition at line 80 of file b2Distance.h.

b2Vec2 b2DistanceOutput::pointB

closest point on shapeB

Definition at line 81 of file b2Distance.h.


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


mvsim
Author(s):
autogenerated on Thu Jun 6 2019 19:36:40