Type Definition sierra::vec4

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

Vector with 4-elements.

Trait Implementations§