Skip to main content

Module spatial

Module spatial 

Source
Expand description

Spatial types for 3D world coordinates and region boundaries.

These types are used across all Horizon ecosystem components to represent positions in the game world and define region boundaries.

Structsยง

RegionBounds
Defines the spatial boundaries of a game region.
RegionCoordinate
Server region coordinates (i64 for grid-based regions).
WorldCoordinate
3D world coordinates using f64 for precision.