@ujjwalvivek/tinyts
    Preparing search index...

    Interface VerletRope

    A rope composed of Verlet points and sticks.

    interface VerletRope {
        points: VerletPoint[];
        sticks: VerletStick[];
    }
    Index

    Properties

    Properties

    points: VerletPoint[]

    List of points.

    sticks: VerletStick[]

    List of constraints.