Module geometry

Source
Expand description

2D & 3D vector implementations.

Structs§

Vec2
Struct representing a 2D vector or point.
Vec3
Struct representing a 3D vector or point.

Enums§

Direction
Enum representing the four cardinal directions.
Turn
Enum representing possible turns.