RhinoCommon API
InterpolatorInterpolateCubic Method |
Sample the list of numbers with cubic interpolation.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public double InterpolateCubic( double t )
Public Function InterpolateCubic ( t As Double ) As Double
Parameters
- t
- Type: SystemDouble
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: DoubleThe sampled value at t.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14