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 409
f9ad2bcf c669 6b6f 56b3 de5a64dcaf96
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the BezierCurve
class.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BezierCurveQuadratic(
Vector3 startPoint,
Vector3 controlPoint,
Vector3 endPoint
)
VB
Public Sub New (
startPoint As Vector3,
controlPoint As Vector3,
endPoint As Vector3
)
C++
public:
BezierCurveQuadratic(
Vector3 startPoint,
Vector3 controlPoint,
Vector3 endPoint
)
F#
new :
startPoint : Vector3 *
controlPoint : Vector3 *
endPoint : Vector3 -> BezierCurveQuadratic
BezierCurveQuadratic Class
BezierCurveQuadratic Overload
netDxf Namespace