M_Rhino_Geometry_Interpolator_InterpolateCubic - mcneel/rhinocommon-api-docs GitHub Wiki

Interpolator.InterpolateCubic Method

Sample the list of numbers with cubic interpolation.

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

Syntax

C#

public double InterpolateCubic(
	double t
)

VB

Public Function InterpolateCubic ( 
	t As Double
) As Double

Parameters

 

t
Type: System.Double
Parameter to sample at. The integer portion of the parameter indicates the index of the left-hand value. If this Interpolator is cyclical, parameters will be wrapped.

Return Value

Type: Double
The sampled value at t.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interpolator Class
Rhino.Geometry Namespace

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