Preparing search index...

    Represents a 2D point with x and y coordinates.

    Index

    Constructors

    Properties

    x y

    Constructors

    • Constructs a new Point instance with default x and y values of zero.

      Returns Point

    Properties

    x: number

    Horizontal coordinate of the point.

    y: number

    Vertical coordinate of the point.