dacha
    Preparing search index...

    Interface SegmentColliderShape

    interface SegmentColliderShape {
        point1: Point;
        point2: Point;
        type: "segment";
    }
    Index
    point1: Point
    point2: Point
    type: "segment"