'Declaration Public Shared Sub _calculateControlPoints( _ ByVal xs As List(Of Double), _ ByVal ys As List(Of Double), _ ByVal result As List(Of List(Of Double)), _ Optional ByVal prePoint As IPoint, _ Optional ByVal nextPoint As IPoint _ )
public static void _calculateControlPoints( List<double> xs, List<double> ys, List<List<double>> result, IPoint prePoint, IPoint nextPoint )
Parameters
- xs
- ys
- result
- prePoint
- nextPoint