Class Rectangle
java.lang.Object
Rectangle
public class Rectangle
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ig
public Position ig
sd
public Position sd
Rectangle
public Rectangle()
Rectangle
public Rectangle(float xmin,
float ymin,
float xmax,
float ymax)
Rectangle
public Rectangle(Position ig,
Position sd)
Rectangle
public Rectangle(Rectangle r)
clip
public Segment clip(Segment s)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object