Type Definition line_drawing::Point [] [src]

type Point<T> = (T, T);

A point in 2D space.