Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e7dc2ba1 21e9 bb28 1477 7e80b2258e0f

haplokuon edited this page May 6, 2023 · 1 revision

Split Method

netDxf 3.0.0 Library

Splits the actual bezier curve in two at parameter t.

Definition

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[] 

Parameters

  Double
Parameter t, between 0.0 and 1.0.

Return Value

BezierCurveQuadratic[]
The two curves result of dividing the actual curve at parameter t.

See Also

Reference

BezierCurveQuadratic Class
netDxf Namespace

Clone this wiki locally