Calculate linear line parameters for this curve between two indexes y = offset + slope * x
Calculate linear line parameters for this curve between two indexes y = offset + slope * x
public void LLS(int,int,out float,out float,out float);
Calculate linear line parameters for this curve y = a + b * x
public void LLS(out float,out float,out float);
Curve Class | PalmSens Namespace