

Go to the source code of this file.
| Classes | |
| struct | _ccd_simplex_t | 
| Typedefs | |
| typedef struct _ccd_simplex_t | ccd_simplex_t | 
| Functions | |
| _ccd_inline void | ccdSimplexAdd (ccd_simplex_t *s, const ccd_support_t *v) | 
| _ccd_inline void | ccdSimplexInit (ccd_simplex_t *s) | 
| const _ccd_inline ccd_support_t * | ccdSimplexLast (const ccd_simplex_t *s) | 
| const _ccd_inline ccd_support_t * | ccdSimplexPoint (const ccd_simplex_t *s, int idx) | 
| _ccd_inline ccd_support_t * | ccdSimplexPointW (ccd_simplex_t *s, int idx) | 
| _ccd_inline void | ccdSimplexSet (ccd_simplex_t *s, size_t pos, const ccd_support_t *a) | 
| _ccd_inline void | ccdSimplexSetSize (ccd_simplex_t *s, int size) | 
| _ccd_inline int | ccdSimplexSize (const ccd_simplex_t *s) | 
| _ccd_inline void | ccdSimplexSwap (ccd_simplex_t *s, size_t pos1, size_t pos2) | 
| typedef struct _ccd_simplex_t ccd_simplex_t | 
| _ccd_inline void ccdSimplexAdd | ( | ccd_simplex_t * | s, | 
| const ccd_support_t * | v | ||
| ) | 
| _ccd_inline void ccdSimplexInit | ( | ccd_simplex_t * | s | ) | 
| const _ccd_inline ccd_support_t * ccdSimplexLast | ( | const ccd_simplex_t * | s | ) | 
| const _ccd_inline ccd_support_t * ccdSimplexPoint | ( | const ccd_simplex_t * | s, | 
| int | idx | ||
| ) | 
| _ccd_inline ccd_support_t * ccdSimplexPointW | ( | ccd_simplex_t * | s, | 
| int | idx | ||
| ) | 
| _ccd_inline void ccdSimplexSet | ( | ccd_simplex_t * | s, | 
| size_t | pos, | ||
| const ccd_support_t * | a | ||
| ) | 
| _ccd_inline void ccdSimplexSetSize | ( | ccd_simplex_t * | s, | 
| int | size | ||
| ) | 
| _ccd_inline int ccdSimplexSize | ( | const ccd_simplex_t * | s | ) | 
| _ccd_inline void ccdSimplexSwap | ( | ccd_simplex_t * | s, | 
| size_t | pos1, | ||
| size_t | pos2 | ||
| ) |