Navigation
API > API/Runtime > API/Runtime/GeometryCore
Computes the nth derivative (where n == DerivOrder) of a BSpline curve. Note: This implementation assumes that DerivOrder <= Degree.
| Name | TBSplineDerivativeCalculator |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/SplineMath.h |
| Include Path | #include "Splines/SplineMath.h" |
Syntax
template<typename T, int32 DerivOrder>
struct TBSplineDerivativeCalculator
Struct Specializations
| Name | Remarks |
|---|---|
| TBSplineDerivativeCalculator< T, 0 > | Base case: 0th derivative is just the original BSpline evaluation. |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static T Compute
(
TArrayView< const T*const > Window, |
Computes the DerivOrder-th derivative of a BSpline curve at a given parameter. | Splines/SplineMath.h |