M_Rhino_Geometry_Point3d_Interpolate - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d.Interpolate Method

Interpolate between two points.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Interpolate(
	Point3d pA,
	Point3d pB,
	double t
)

VB

Public Sub Interpolate ( 
	pA As Point3d,
	pB As Point3d,
	t As Double
)

Parameters

 

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️