Link Search Menu Expand Document

Point.d overview


Table of contents


utils

Point (class)

The point class.

Signature

export declare class Point {
  constructor(x?: number, y?: number)
}