Type Definition line_drawing::Point[][src]

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

A point in 2D space.