Public Attributes | List of all members
b2SimplexCache Struct Reference

#include <b2Distance.h>

Public Attributes

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

Detailed Description

Used to warm start b2Distance. Set count to zero on first call.

Definition at line 57 of file b2Distance.h.

Member Data Documentation

uint16 b2SimplexCache::count

Definition at line 60 of file b2Distance.h.

uint8 b2SimplexCache::indexA[3]

vertices on shape A

Definition at line 61 of file b2Distance.h.

uint8 b2SimplexCache::indexB[3]

vertices on shape B

Definition at line 62 of file b2Distance.h.

float32 b2SimplexCache::metric

length or area

Definition at line 59 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:41