Java java.awt.geom QuadCurve2D fields, constructors, methods, implement or subclass

Example usage for Java java.awt.geom QuadCurve2D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.geom QuadCurve2D.

The text is from its open source code.

Method

booleancontains(double x, double y)
intsolveQuadratic(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.
intsolveQuadratic(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.