constructPoles MethodStatic
Construct the control points for the c2 cubic fit algorithm
constructPoles(options: InterpolationCurve3dOptions): undefined | Float64Array | Point3d[]
Parameter | Type | Description |
---|---|---|
options | InterpolationCurve3dOptions | validated as per validateOptions, possibly modified |
Returns - undefined | Float64Array | Point3d[]
Defined in
- bspline/BSplineCurveOps.ts Line 818
Last Updated: 31 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.