Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.Common Namespaces
Demo3D.Common
BezierCurve2D Class
BezierCurve2D Methods
Add Method
AddRange Method
ApproximateLength Method
Clear Method
Interpolate Method
BezierCurve2D
AddRange Method
Adds a list of control points.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
void
AddRange
(
IEnumerable
<
Vector2
>
points
)
Parameters
points
Type:
System.Collections.Generic
IEnumerable
Vector2
The list of control points.
See Also
Reference
BezierCurve2D Class
Demo3D.Common Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com