Package org.htmlunit.util.geometry
Class Circle2D
- java.lang.Object
-
- org.htmlunit.util.geometry.Circle2D
-
-
Constructor Summary
Constructors Constructor Description Circle2D(double centerX, double centerY, double radius)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(double x, double y)
boolean
isEmpty()
java.lang.String
toString()
-