Expand description

Math related functionality, and aliases to nalgebra structs.

Also includes the Color32 and Color8 structs.

Structs

An RGBA color represented with four u8s.

An RGBA color represented with four f32s.

Traits

Linearly interpolate between two values.

Trait for generating random values

Functions

Returns a reference to the input value clamped to the interval [min, max].

Type Definitions