Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

01afc48a 7e8d 4818 04f4 2aa8a886f144

haplokuon edited this page May 6, 2023 · 1 revision

BezierCurveQuadratic(IEnumerable<Vector3>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the BezierCurveQuadratic class.

Definition

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

Parameters

  IEnumerable(Vector3)
A list of three control points.

Remarks

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.

See Also

Reference

BezierCurveQuadratic Class
BezierCurveQuadratic Overload
netDxf Namespace

Clone this wiki locally