Type Alias movingai::Coords2D

source ·
pub type Coords2D = (usize, usize);
Expand description

Contains data structure for 2D MovingAI maps. Store coorinates in the (x,y) format.