M_Rhino_Geometry_Interpolator_InterpolateCatmullRom - mcneel/rhinocommon-api-docs GitHub Wiki
Sample the list of numbers with Catmull-Rom interpolation.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double InterpolateCatmullRom(
double t
)
VB
Public Function InterpolateCatmullRom (
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