Exposes a set of standard numeric interpolation algorithms.

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

Syntax

C#
public class Interpolator : RhinoList<double>
Visual Basic
Public Class Interpolator _
	Inherits RhinoList(Of Double)

Inheritance Hierarchy

System..::..Object
  Rhino.Collections..::..RhinoList<(Of <(<'Double>)>)>
    Rhino.Geometry..::..Interpolator

See Also