evaluateBasisFunctions Method
Evaluate basis functions f[] at knot value u.
evaluateBasisFunctions(knotIndex0: number, u: number, f: Float64Array): void
| Parameter | Type | Description |
|---|---|---|
| knotIndex0 | number | |
| u | number | knot value for evaluation |
| f | Float64Array | array of order basis function values |
Returns - void
Defined in
- bspline/KnotVector.ts Line 318
Last Updated: 20 June, 2023