Example usage for Java java.awt.geom QuadCurve2D fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | contains(double x, double y) |
int | solveQuadratic(double[] eqn) 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[] eqn, double[] res) 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. |