Type Definition sierra::vec3

source ·
pub type vec3<T = f32> = vec<T, 3>;
Expand description

Vector with 3-elements.

Trait Implementations§