createInterpolated MethodStatic
Return a point at interpolated coordinates between two given points.
createInterpolated(xyA: Readonly<WritableXAndY>, fraction: number, xyB: Readonly<WritableXAndY>): Point2d
| Parameter | Type | Description |
|---|---|---|
| xyA | Readonly<WritableXAndY> | first point |
| fraction | number | interpolation fraction |
| xyB | Readonly<WritableXAndY> | second point |
Returns - Point2d
Defined in
- geometry3d/Point2dVector2d.ts Line 210
Last Updated: 19 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.