Skip to main content

Module geometry

Module geometry 

Source
Expand description

Provides geometric primitive shapes for spatial calculations.

This module contains common geometric structures used in collision detection, culling, and other spatial reasoning tasks within the engine.

Structsยง

Aabb
Represents an Axis-Aligned Bounding Box (AABB).
Rect2D
A 2D axis-aligned rectangle defined by its top-left corner (min) and bottom-right corner (max).