Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Point

Implements

  • Point

Index

Constructors

Properties

Methods

Constructors

constructor

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

Properties

toString

toString: Mock<any, any> = jest.fn().mockImplementation((): string => {return "";})

x

x: number

y

y: number

Methods

equals

  • equals(other: Point): boolean

Generated using TypeDoc