Module geometry

Module geometry 

Source
Expand description

2D, 3D and 4D vector implementations.

Structs§

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

Enums§

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