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
d5d0a6ca fe5a c112 067e adce08ea9c97
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 BezierCurveCubic(
Vector3 startPoint,
Vector3 firstControlPoint,
Vector3 secondControlPoint,
Vector3 endPoint
)
VB
Public Sub New (
startPoint As Vector3,
firstControlPoint As Vector3,
secondControlPoint As Vector3,
endPoint As Vector3
)
C++
public:
BezierCurveCubic(
Vector3 startPoint,
Vector3 firstControlPoint,
Vector3 secondControlPoint,
Vector3 endPoint
)
F#
new :
startPoint : Vector3 *
firstControlPoint : Vector3 *
secondControlPoint : Vector3 *
endPoint : Vector3 -> BezierCurveCubic
- Vector3
- Start anchor point.
- Vector3
- First control point.
- Vector3
- Second control point.
- Vector3
- End anchor point.
BezierCurveCubic Class
BezierCurveCubic Overload
netDxf Namespace