constructor Method
Constructor.
InterpolationCurve3dOptions(fitPoints?: Point3d[], knots?: number[]): InterpolationCurve3dOptions
Parameter | Type | Description |
---|---|---|
fitPoints | Point3d[] | points to CAPTURE |
knots | number[] | array to CAPTURE |
Returns - InterpolationCurve3dOptions
Defined in
- bspline/InterpolationCurve3d.ts Line 61
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.