Expand description
§valence_spatial
An implementation of a bounding volume hierarchy (BVH) for fast spatial queries.
Modules§
Structs§
- Raycast
Hit - Represents an intersection between a ray and an entity’s axis-aligned bounding box (hitbox).
- With
Aabb
Traits§
Functions§
- ray_
box_ intersect - Calculates the intersection between an axis-aligned bounding box and a ray
defined by its origin
ro
and directionrd
.