Skip to main content

Module math

Module math 

Source
Expand description

Compile-time matrix arithmetic (Mat3) and floating-point math abstraction (Float).

Structs§

DMat3
Column-major 3x3 matrix with const fn arithmetic.
Mat3
Column-major 3x3 matrix with const fn arithmetic.

Traits§

Float
Floating-point scalar operations for color math.