interface Line {
    p1: Point;
    p2: Point;
}

Properties

Properties

p1: Point
p2: Point