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 407
e7dc2ba1 21e9 bb28 1477 7e80b2258e0f
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 BezierCurveQuadratic[] Split(
double t
)
VB
Public Function Split (
t As Double
) As BezierCurveQuadratic()
C++
public:
array<BezierCurveQuadratic^>^ Split(
double t
)
F#
member Split :
t : float -> BezierCurveQuadratic[]
- Double
- Parameter t, between 0.0 and 1.0.
BezierCurveQuadratic[]
The two curves result of dividing the actual curve at parameter t.