Class Point

An immutable point in floating-point pixel space.

Hierarchy

  • Point

Constructors

Properties

x y

Methods

Constructors

  • Parameters

    • x: number
    • y: number

    Returns Point

Properties

x: number
y: number

Methods

  • Returns

    true iff this and that represent the same point

    Parameters

    • that: Point

      point to compare this with

    Returns boolean

  • Returns string

Generated using TypeDoc