Type Alias nannou::geom::point::Point2

source ·
pub type Point2 = Vec2;
Expand description

A 2-dimensional point type.

Aliased Type§

struct Point2(/* private fields */);