npm.nicfv.com
    Preparing search index...

    Interface Point

    An (x,y) cartesian coordinate pair.

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

    The x-coordinate (horizontal)

    y: number

    The y-coordinate (vertical)