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

Last Updated: 19 March, 2026