createFromAkimaCurve3dOptions MethodStatic
Create a B-spline curve from an Akima curve.
createFromAkimaCurve3dOptions(options: AkimaCurve3dOptions): undefined | BSplineCurve3d
Parameter | Type | Description |
---|---|---|
options | AkimaCurve3dOptions | collection of points and end conditions. |
Returns - undefined | BSplineCurve3d
Defined in
- bspline/BSplineCurve.ts Line 584
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.