Options
All
  • Public
  • Public/Protected
  • All
Menu

A class to represent an X,Y point

Hierarchy

  • Point

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Point(x: number, y: number): Point
  • Parameters

    • x: number
    • y: number

    Returns Point

Properties

Readonly x

x: number

Readonly y

y: number

Methods

toString

  • toString(): string
  • Returns string

Generated using TypeDoc