Vertex Viewer SDK
    Preparing search index...

    Interface Point

    A Point represents a cartesian coordinate with a horizontal and vertical position or length.

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