interface LineSegment {
    from: Point2;
    to: Point2;
}

Properties

Properties

from: Point2
to: Point2