Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Point

A pixel point representation.

export
interface

Point

Hierarchy

  • Point

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    Returns Point

Properties

coordinates

coordinates: Coordinate

x

x: number

X value of the pixel position

y

y: number

Y value of the pixel position

Methods

bounds

toArray

  • toArray(reversed?: boolean): any[]
  • Parameters

    • Default value reversed: boolean = false

    Returns any[]

Generated using TypeDoc