Type Definition tetra::graphics::Vec2

source ·
pub type Vec2 = Matrix<f32, U2, U1, <DefaultAllocator as Allocator<f32, U2, U1>>::Buffer>;
Expand description

A 2D vector with f32 components.