Hiyve Components - v1.0.0
    Preparing search index...

    Interface TimestampedPosition

    Position with timestamp for laser pointer tracking

    interface TimestampedPosition {
        t: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    t x y

    Properties

    t: number
    x: number
    y: number