M_Rhino_Geometry_Point3d_Interpolate - mcneel/rhinocommon-api-docs GitHub Wiki
Interpolate between two points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void Interpolate(
Point3d pA,
Point3d pB,
double t
)
VB
Public Sub Interpolate (
pA As Point3d,
pB As Point3d,
t As Double
)
- pA
- Type: Rhino.Geometry.Point3d
First point. - pB
- Type: Rhino.Geometry.Point3d
Second point. - t
- Type: System.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.
Supported in: 6.0.16224.21491, 5D58w