M_Rhino_Geometry_Interpolator_InterpolateCubic - mcneel/rhinocommon-api-docs GitHub Wiki
Sample the list of numbers with cubic interpolation.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double InterpolateCubic(
double t
)
VB
Public Function InterpolateCubic (
t As Double
) As Double
- 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.
Type: Double
The sampled value at t.
Supported in: 6.0.16224.21491, 5D58w