public class Box2D
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Box2D |
create(double x,
double y,
java.awt.geom.Dimension2D dim) |
boolean |
doesIntersect(LineSegmentDouble seg) |
java.lang.String |
toString() |
public static Box2D create(double x, double y, java.awt.geom.Dimension2D dim)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean doesIntersect(LineSegmentDouble seg)