Type Alias rlifesrc_lib::Coord

source ·
pub type Coord = (i32, i32, i32);
Expand description

The coordinates of a cell.

(x-coordinate, y-coordinate, time). All three coordinates are 0-indexed.