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
36eaf5db f381 65be 5dc7 3f88f8a8bf0f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Splits the actual bezier curve in two at parameter t.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BezierCurveCubic[] Split(
double t
)
VB
Public Function Split (
t As Double
) As BezierCurveCubic()
C++
public:
array<BezierCurveCubic^>^ Split(
double t
)
F#
member Split :
t : float -> BezierCurveCubic[]
- Double
- Parameter t, between 0.0 and 1.0.
BezierCurveCubic[]
The two curves result of dividing the actual curve at parameter t.