Type Definition cursive::vec::Vec2i[][src]

pub type Vec2i = XY<isize>;
Expand description

A signed 2D quantity, in cells.

Usually represents an offset.