Class BSpline
Defined in: Interpolation.js.
Constructor Attributes | Constructor Name and Description |
---|---|
BSpline()
|
Field Attributes | Field Name and Description |
---|---|
<static> |
BSpline.BM
B-Spline coefficient matrix
|
Method Attributes | Method Name and Description |
---|---|
<static> |
BSpline.evaluate(x, y)
Takes a set of x/y observations, evaluates the b-spline and returns samples of the b-spline
|
Field Detail
<static>
BSpline.BM
B-Spline coefficient matrix
Method Detail
<static>
BSpline.evaluate(x, y)
Takes a set of x/y observations, evaluates the b-spline and returns samples of the b-spline
- Parameters:
- x
- x coordinates array
- y
- y coordinates array