Navigation
API > API/Runtime > API/Runtime/GeometryCore
Template-based derivative calculators for spline types
| Name | TGenericDerivativeHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/SplineMath.h |
| Include Path | #include "Splines/SplineMath.h" |
Syntax
template<typename T, int32 Order>
struct TGenericDerivativeHelper
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static T Compute
(
TArrayView< const T*const > Window, |
Splines/SplineMath.h |