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