Type Definition andiskaz::coord::Vec2

source ·
pub type Vec2 = Vec2<Coord>;
Expand description

A coordinate made of two components x and y. The x axis corresponds to its expected meaning. When the feature plane is enabled, this is simply an alias to ::gardiz::coord::Vec2, otherwise it is a dedicated struct.