Options
All
  • Public
Menu

Class Point

Hierarchy

  • Point

Index

Constructors

Properties

Methods

Constructors

constructor

  • Returns Point

  • Parameters

    Returns Point

  • Parameters

    • x: number
    • y: number

    Returns Point

Properties

name

name: string = "Point"

x

x: number

y

y: number

Methods

toString

  • toString(): string
  • Returns string

Generated using TypeDoc