interpolate Method
Return a point interpolated between this point and the other point.
- Fraction specifies where the interpolated point is located on the line passing
thisandother.
interpolate(fraction: number, other: XYAndZ, result?: Point3d): Point3d
| Parameter | Type | Description |
|---|---|---|
| fraction | number | |
| other | XYAndZ | |
| result | Point3d |
Returns - Point3d
Defined in
- geometry3d/Point3dVector3d.ts Line 553
Last Updated: 07 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.