@ujjwalvivek/tinyts
    Preparing search index...

    Interface VerletStick

    A distance constraint connecting two Verlet points.

    interface VerletStick {
        a: VerletPoint;
        b: VerletPoint;
        length: number;
    }
    Index

    Properties

    Properties

    First endpoint.

    Second endpoint.

    length: number

    Rest length of the constraint.