Changed Methods |
double getFlatness(double, double, double, double, double, double)
|
Documentation changed from old to new. |
Returns the flatness or maximum distance of a controlpoint from the line connecting the endpoints of the quadratic curve specified by the indicated controlpoints. |
double getFlatnessSq(double, double, double, double, double, double)
|
Documentation changed from old to new. |
Returns the square of the flatness or maximum distance of a controlpoint from the line connecting the endpoints of the quadratic curve specified by the indicated controlpoints. |
void setCurve(double, double, double, double, double, double)
|
Documentation changed from old to new. |
Sets the location of the endpoints and controlpoint of this curve to the specified double coordinates. |
int solveQuadratic(double[] )
|
Documentation changed from old to new. |
Solves the quadratic whose coefficients are in the eqn array and places the non-complex roots back into the same array returning the number of roots. |
int solveQuadratic(double[], double[])
|
Documentation changed from old to new. |
Solves the quadratic whose coefficients are in the eqn array and places the non-complex roots into the res array returning the number of roots. |