Description:

Interpolate between two points.

Syntax:
public void Interpolate(
Point3d pA,
Point3d pB,
double t
)
Parameters:
  • t
  • Type: double
  • Interpolation parameter. If t=0 then this point is set to pA. If t=1 then this point is set to pB. Values of t in between 0.0 and 1.0 result in points between pA and pB.
Returns:
Type: void
Available since:
5.0

Interpolate method

Class:  Rhino.Geometry.Point3d

Nothing found