Type Definition munum::Vec2

source · []
pub type Vec2<T = f32> = Vector<T, 2>;
Expand description

A 2D vector