Type Alias nannou::prelude::geom::vector::Vector2

source ·
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.

Aliased Type§

struct Vector2(/* private fields */);