Constructors
constructor
- new Abcd(a: Real, b: Real, c: Real, d: Real, aIsFixed: boolean, bIsFixed: boolean, cIsFixed: boolean, dIsFixed: boolean, vegaWeighted?: boolean, endCriteria?: EndCriteria, optMethod?: OptimizationMethod): Abcd
-
Parameters
-
-
-
-
-
aIsFixed: boolean
-
bIsFixed: boolean
-
cIsFixed: boolean
-
dIsFixed: boolean
-
Default value vegaWeighted: boolean = false
-
Default value endCriteria: EndCriteria = null
-
Properties
Private _a
Private _aIsFixed
_aIsFixed: boolean
Private _b
Private _bIsFixed
_bIsFixed: boolean
Private _c
Private _cIsFixed
_cIsFixed: boolean
Private _d
Private _dIsFixed
_dIsFixed: boolean
Private _endCriteria
Private _optMethod
Private _vegaWeighted
_vegaWeighted: boolean
Static global
global: boolean = true
Methods
interpolate
-
Parameters
Abcd interpolation factory and traits