@@ -51,12 +51,7 @@ public class LineUtil {
}else
{
double temp=coefficient[j] * Math.pow(point.getX(), (double)j);
-
- if(temp>0)
- {
- point.setY(point.getY()+temp);
- }
+ point.setY(point.getY()+temp);
}