Rapier C — 2D / f64 0.36.0+c.0
Loading...
Searching...
No Matches
R2Tetrahedron Struct Reference

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.

Detailed Description

Vertex indices for one tetrahedron; contiguous u32 fields with no padding.

Field Documentation

◆ a

uint32_t R2Tetrahedron::a

First vertex index.

◆ b

uint32_t R2Tetrahedron::b

Second vertex index.

◆ c

uint32_t R2Tetrahedron::c

Third vertex index.

◆ d

uint32_t R2Tetrahedron::d

Fourth vertex index.


The documentation for this struct was generated from the following file: