Type Definition cursive_core::vec::Vec2i

source ·
pub type Vec2i = XY<isize>;
Expand description

A signed 2D quantity, in cells.

Usually represents an offset.