Type Definition movingai::Coords2D [] [src]

type Coords2D = (usize, usize);

Store coorinates in the (x,y) format.