dacha
    Preparing search index...

    Interface LineShapeGeometry

    interface LineShapeGeometry {
        point1: Point;
        point2: Point;
        type: "line";
    }
    Index
    point1: Point
    point2: Point
    type: "line"