ackb2d 0.9
3D Gamestudio Box 2d Wraper

b2SimplexCache Struct Reference

Used to warm start b2Distance. More...

#include <b2Types.h>

Data Fields

float32 metric
 length or area
uint16 count
uint8 indexA [3]
 vertices on shape A
uint8 indexB [3]
 vertices on shape B

Detailed Description

Used to warm start b2Distance.

Set count to zero on first call.

Definition at line 453 of file b2Types.h.


Field Documentation

Definition at line 456 of file b2Types.h.

vertices on shape A

Definition at line 457 of file b2Types.h.

vertices on shape B

Definition at line 458 of file b2Types.h.

length or area

Definition at line 455 of file b2Types.h.


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