Skip to main content

Module geometry

Module geometry 

Source
Expand description

Shared geometry primitives. Geometry primitives shared by registry data, physics, and world queries.

Structs§

Aabb
Generic axis-aligned bounding box.
BlockLocal
Marker type for block-local AABBs.
Structure
Marker type for integer bounding boxes (structure pieces).
World
Marker type for world-space AABBs.

Traits§

AabbVector
Vector operations used by generic AABB helpers.
Space
Encodes the edge semantics of a coordinate space.

Functions§

ordered_pair 🔒
ordered_pair_i32 🔒

Type Aliases§

BlockLocalAabb
Block-local axis-aligned box used by voxel shapes.
BoundingBox
Integer axis-aligned bounding box for structure pieces.
WorldAabb
World-space axis-aligned box used by entity and collision physics.