Type Definition torchbearer::Point

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

A convenience type alias for a position tuple.