|
Rapier C — 2D / f32 0.36.0+c.0
|
Vertex indices for one tetrahedron; contiguous u32 fields with no padding. More...
#include <rapier.h>
Data Fields | |
| uint32_t | a |
| First vertex index. | |
| uint32_t | b |
| Second vertex index. | |
| uint32_t | c |
| Third vertex index. | |
| uint32_t | d |
| Fourth vertex index. | |
Vertex indices for one tetrahedron; contiguous u32 fields with no padding.
| uint32_t R2Tetrahedron::a |
First vertex index.
| uint32_t R2Tetrahedron::b |
Second vertex index.
| uint32_t R2Tetrahedron::c |
Third vertex index.
| uint32_t R2Tetrahedron::d |
Fourth vertex index.