Type Definition sierra::vec4[][src]

pub type vec4<T = f32> = vec<T, 4>;
Expand description

Vector with 4-elements.

Trait Implementations