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 414
7359b1f6 562f 67dc ead3 d30e6bb64cf0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the BezierCurve class
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BezierCurve(
Vector3[] controls,
int degree
)
VB
Public Sub New (
controls As Vector3(),
degree As Integer
)
C++
public:
BezierCurve(
array<Vector3>^ controls,
int degree
)
F#
new :
controls : Vector3[] *
degree : int -> BezierCurve
- Vector3[]
- \[Missing <param name="controls"/> documentation for "M:netDxf.GTE.BezierCurve.#ctor(netDxf.Vector3[],System.Int32)"\]
- Int32
- \[Missing <param name="degree"/> documentation for "M:netDxf.GTE.BezierCurve.#ctor(netDxf.Vector3[],System.Int32)"\]