Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface Point

    A 2D point, expressed as {x, y}.

    interface Point {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    The x-coordinate

    y: number

    The y-coordinate