BezierCurve2D Constructor (IEnumerableVector2) |
Constructor.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 11.0.0.7658
Syntaxpublic BezierCurve2D(
IEnumerable<Vector2> points
)
Parameters
- points
- Type: System.Collections.GenericIEnumerableVector2
The list of control points.
See Also