Click or drag to resize

BezierCurve3D Constructor (IEnumerableVector3)

Constructor.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 14.0.0.10531
Syntax
C#
public BezierCurve3D(
	IEnumerable<Vector3> points
)

Parameters

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