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