[][src]Type Definition movingai::Coords2D

type Coords2D = (usize, usize);

Store coorinates in the (x,y) format.