Options
All
  • Public
  • Public/Protected
  • All
Menu

Base class for constraint implementations

Hierarchy

Index

Constructors

Accessors

Methods

Constructors

constructor

  • new Impl(...args: any[]): Impl
  • Parameters

    • Rest ...args: any[]

    Returns Impl

Accessors

isDisposed

  • get isDisposed(): boolean
  • Returns boolean

Methods

dispose

  • dispose(): void
  • Returns void

lowerBound

  • Returns lower bound for given parameters

    Parameters

    Returns Real[]

test

  • test(params: Real[]): boolean
  • Tests if params satisfy the constraint

    Parameters

    Returns boolean

upperBound

  • Returns upper bound for given parameters

    Parameters

    Returns Real[]