BezierCurve3DAddRange Method |
Adds a list of control points.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic void AddRange(
IEnumerable<Vector3> points
)
Parameters
- points
- Type: System.Collections.GenericIEnumerableVector3
The list of control points.
See Also