#include <SplineMath.h>
◆ Compute()
Computes the DerivOrder-th derivative of a BSpline curve at a given parameter.
- Parameters
-
| Window | A view of pointers to control points for the current BSpline segment. For a BSpline of degree p, this view should contain p+1 control points. |
| Knots | The global knot vector. |
| Span | The knot span index such that Parameter ∈ [Knots[Span], Knots[Span+1]). |
| Parameter | The parameter at which to evaluate. |
| Degree | The degree of the current BSpline (should be ≥ DerivOrder). |
- Returns
- The DerivOrder-th derivative (of type T) evaluated at Parameter.
The documentation for this struct was generated from the following file:
- Engine/Source/Runtime/GeometryCore/Public/Splines/SplineMath.h