Click or drag to resize

BezierCurve1D Constructor (IEnumerableDouble)

Constructor.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public BezierCurve1D(
	IEnumerable<double> points
)

Parameters

points
Type: System.Collections.GenericIEnumerableDouble
The list of control points.
See Also