Click or drag to resize

Interpolator Constructor (RhinoListDouble)

Copy all the numbers from an existing RhinoList.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Interpolator(
	RhinoList<double> list
)

Parameters

list
Type: Rhino.CollectionsRhinoListDouble
List to mimic.
See Also