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

    Properties

    x y

    Properties

    x: number
    y: number