[][src]Type Definition tetra::graphics::Vec2

type Vec2 = Matrix<f32, U2, U1, <DefaultAllocator as Allocator<f32, U2, U1>>::Buffer>;

A 2D vector with f32 components.