Skip to main content

Vec3s

Type Alias Vec3s 

Source
pub type Vec3s = VecN<i16, 3>;

Aliased Type§

#[repr(C)]
pub struct Vec3s(pub [i16; 3]);

Tuple Fields§

§0: [i16; 3]