[][src]Type Definition line_drawing::Point

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

A point in 2D space.