@ujjwalvivek/tinyts
    Preparing search index...

    Interface VerletPoint

    A point in Verlet integration.

    interface VerletPoint {
        oldPos: Vec2;
        pinned: boolean;
        pos: Vec2;
    }
    Index

    Properties

    Properties

    oldPos: Vec2

    Position in the previous frame.

    pinned: boolean

    If true, the point is fixed in place.

    pos: Vec2

    Current position.