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 this and other.

interpolate(fraction: number, other: Readonly<WritableXYAndZ>, result?: Point3d): Point3d

Parameter Type Description
fraction number  
other Readonly<WritableXYAndZ>  
result Point3d  

Returns - Point3d

Defined in

Last Updated: 16 April, 2024