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: 29 September, 2023