Type Definition bresenham::Point [] [src]

type Point = (isize, isize);

Convenient typedef for two machines-sized integers