|
Rapier C — 3D / f64 0.36.0+c.0
|
Optional voxel lookup result; check found before reading voxel data. More...
#include <rapier.h>
Data Fields | |
| struct R3VoxelKey | key |
| Integer voxel coordinates. | |
| struct R3Vector | center |
| World-space wheel center. | |
| struct R3Vector | size |
| Voxel dimensions along each axis. | |
| R3Bool | found |
| Whether a result exists; other result fields are meaningful only when this is 1. | |
Optional voxel lookup result; check found before reading voxel data.
| struct R3Vector R3VoxelQuery::center |
World-space wheel center.
| R3Bool R3VoxelQuery::found |
Whether a result exists; other result fields are meaningful only when this is 1.
| struct R3VoxelKey R3VoxelQuery::key |
Integer voxel coordinates.
| struct R3Vector R3VoxelQuery::size |
Voxel dimensions along each axis.