Type Alias Line

Line: {
    a: Point;
    b: Point;
}

A line, which consists of an a and b Point.