Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ObservablePoint

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ObservablePoint(cb: function, scope?: any, x?: number, y?: number): ObservablePoint
  • Parameters

    • cb: function
        • (): any
        • Returns any

    • Optional scope: any
    • Optional x: number
    • Optional y: number

    Returns ObservablePoint

Properties

cb

cb: function

Type declaration

    • (): any
    • Returns any

scope

scope: any

x

x: number

y

y: number

Methods

copy

  • Parameters

    Returns void

set

  • set(x?: number, y?: number): void
  • Parameters

    • Optional x: number
    • Optional y: number

    Returns void

Generated using TypeDoc