|
Rapier C — 2D / f32 0.36.0+c.0
|
Optional voxel lookup result; check found before reading voxel data. More...
#include <rapier.h>
Data Fields | |
| struct R2VoxelKey | key |
| Integer voxel coordinates. | |
| struct R2Vector | center |
| World-space wheel center. | |
| struct R2Vector | size |
| Voxel dimensions along each axis. | |
| R2Bool | 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 R2Vector R2VoxelQuery::center |
World-space wheel center.
| R2Bool R2VoxelQuery::found |
Whether a result exists; other result fields are meaningful only when this is 1.
| struct R2VoxelKey R2VoxelQuery::key |
Integer voxel coordinates.
| struct R2Vector R2VoxelQuery::size |
Voxel dimensions along each axis.