Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyBezierSpline
Description
Computes chord or centripetal distances between segment endpoints (P0 to P3). Uses those distances to build a proportional knot vector with the proper multiplicities for each Bézier segment.
| Name | GenerateDistanceKnotsForBezier |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/PolyBezierSpline.h |
| Include Path | #include "Splines/PolyBezierSpline.h" |
void GenerateDistanceKnotsForBezier
(
EParameterizationPolicy Mode
)
Parameters
| Name | Remarks |
|---|---|
| Mode | Knot generation mode to use |