Detect-Collisions
    Preparing search index...

    Interface LineConstructor<TLine>

    interface LineConstructor<TLine extends Line> {
        new LineConstructor(
            start: Vector,
            end: Vector,
            options?: BodyOptions<any>,
        ): TLine;
    }

    Type Parameters

    Index

    Constructors

    Constructors