npm.nicfv.com

    Interface Point

    An (x,y) cartesian coordinate pair.

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

    Properties

    x y

    Properties

    x: number

    The x-coordinate (horizontal)

    y: number

    The y-coordinate (vertical)

    MMNEPVFCICPMFPCPTTAAATR