ackb2d 0.9
3D Gamestudio Box 2d Wraper

b2DistanceOutput Struct Reference

Acknex version of output for b2Distance. More...

#include <b2Types.h>

Data Fields

VECTOR pointA
 closest point on shapeA
VECTOR pointB
 closest point on shapeB
var distance
var iterations
 number of GJK iterations used

Detailed Description

Acknex version of output for b2Distance.

This structure can be used directly

Definition at line 475 of file b2Types.h.


Field Documentation

var distance

Definition at line 479 of file b2Types.h.

number of GJK iterations used

Definition at line 480 of file b2Types.h.

VECTOR pointA

closest point on shapeA

Definition at line 477 of file b2Types.h.

VECTOR pointB

closest point on shapeB

Definition at line 478 of file b2Types.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines