'Declaration Public Shared Sub _calculateCoefficients( _ ByVal originXs As List(Of Double), _ ByVal originYs As List(Of Double), _ ByVal a As List(Of IPoint), _ ByVal b As List(Of IPoint), _ ByVal c As List(Of IPoint), _ ByVal d As List(Of IPoint), _ Optional ByVal prePoint As IPoint, _ Optional ByVal nextPoint As IPoint _ )
public static void _calculateCoefficients( List<double> originXs, List<double> originYs, List<IPoint> a, List<IPoint> b, List<IPoint> c, List<IPoint> d, IPoint prePoint, IPoint nextPoint )
Parameters
- originXs
- originYs
- a
- b
- c
- d
- prePoint
- nextPoint