evaluateBasisFunctions Method
Evaluate the B-spline basis functions f[] at a parameter u in a knot span.
- This method implements the Mansfield-Cox-de Boor recurrence relation.
evaluateBasisFunctions(knotIndex0: number, u: number, f: Float64Array): boolean
@returns true if and only if output array is sufficiently sized.
Returns - boolean
true if and only if output array is sufficiently sized.
Defined in
- bspline/KnotVector.ts Line 353
Last Updated: 21 February, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.