Generated by
JDiff

Class java.awt.geom.QuadCurve2D

Documentation changed from old to new.

Added Methods
int solveQuadratic(double[], double[]) 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.
 

Changed Methods
Object clone() Documentation changed from old to new.
Creates a new object of the same class and with the same contents as this object.
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.