Skip to content

Overload_Rhino_Geometry_Interpolator__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Interpolator Constructor

Overload List

 

Name Description
Public method Interpolator() Constructs a new, empty Interpolator.
Public method Interpolator(IEnumerable(Double)) Constructs an Interpolator from a collection of numbers.
Public method Interpolator(Int32) Constructs an empty Interpolator with a certain capacity.
Public method Interpolator(RhinoList(Double)) Copy all the numbers from an existing RhinoList.
Public method Interpolator(Int32, Double) Constructs a new Interpolator with a specified amount of numbers.
  Back to Top

See Also

Reference

Interpolator Class
Rhino.Geometry Namespace

Clone this wiki locally