fractionToPoint Method
Return a (de-weighted) point on the curve. If de-weight fails, returns 000
fractionToPoint(fraction: number, result?: Point3d): Point3d
| Parameter | Type | Description | 
|---|---|---|
| fraction | number | |
| result | Point3d | 
Returns - Point3d
Defined in
- bspline/BezierCurve3d.ts Line 117
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.