This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
01afc48a 7e8d 4818 04f4 2aa8a886f144
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the BezierCurveQuadratic
class.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BezierCurveQuadratic(
IEnumerable<Vector3> controlPoints
)
VB
Public Sub New (
controlPoints As IEnumerable(Of Vector3)
)
C++
public:
BezierCurveQuadratic(
IEnumerable<Vector3>^ controlPoints
)
F#
new :
controlPoints : IEnumerable<Vector3> -> BezierCurveQuadratic
- IEnumerable(Vector3)
- A list of three control points.
The list must contain three control points. The first index represents the start point or anchor, the second represents the control point, and the last the end point.
BezierCurveQuadratic Class
BezierCurveQuadratic Overload
netDxf Namespace