Type Definition nannou_core::geom::vector::Vector2[][src]

pub type Vector2 = Vec2;
👎 Deprecated since 0.17.0:

Use Vec2 now that we have switched to glam

Expand description

A common alias for the glam::Vec2 type.