Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Point

An immutable point in floating-point pixel space.

Hierarchy

  • Point

Index

Constructors

Properties

Methods

Constructors

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

    • x: number
    • y: number

    Returns Point

Properties

x: number
y: number

Methods

  • toString(): string
  • Returns string

Generated using TypeDoc