Interface Coordinates

interface Coordinates {
    end: Point;
    start: Point;
}

Properties

Properties

end: Point
start: Point

Generated using TypeDoc