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

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.

Detailed Description

Optional voxel lookup result; check found before reading voxel data.

Field Documentation

◆ center

struct R3Vector R3VoxelQuery::center

World-space wheel center.

◆ found

R3Bool R3VoxelQuery::found

Whether a result exists; other result fields are meaningful only when this is 1.

◆ key

struct R3VoxelKey R3VoxelQuery::key

Integer voxel coordinates.

◆ size

struct R3Vector R3VoxelQuery::size

Voxel dimensions along each axis.


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