[][src]Type Definition vga::drawing::Point

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

A point in 2D space.