Generated by
JDiff

Class java.awt.geom.CubicCurve2D

Documentation changed from old to new.

Added Methods
int solveCubic(double[], double[]) Solve the cubic whose coefficients are in the eqn array and place 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 as this object.
int solveCubic(double[]) Documentation changed from old to new.
Solves the cubic whose coefficients are in the eqn array and places the non-complex roots back into the same array returning the number of roots.