Torque2D Reference
Public Attributes | List of all members
b2DistanceOutput Struct Reference

Output for b2Distance. More...

#include <b2Distance.h>

Public Attributes

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

Detailed Description

Output for b2Distance.

Member Data Documentation

float32 distance
int32 iterations

number of GJK iterations used

b2Vec2 pointA

closest point on shapeA

b2Vec2 pointB

closest point on shapeB


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