'Declaration
Public Sub SplitAtTimes( _ ByVal t1 As System.Double, _ ByVal t2 As System.Double, _ ByRef first As NCubicBezier, _ ByRef second As NCubicBezier, _ ByRef third As NCubicBezier _ )
'Usage
Dim instance As NCubicBezier Dim t1 As System.Double Dim t2 As System.Double Dim first As NCubicBezier Dim second As NCubicBezier Dim third As NCubicBezier instance.SplitAtTimes(t1, t2, first, second, third)
public void SplitAtTimes( System.double t1, System.double t2, out NCubicBezier first, out NCubicBezier second, out NCubicBezier third )
Parameters
- t1
- t2
- first
- second
- third