Package zombie.core.booleanrectangles
Class BooleanRectangleCollection.Line
java.lang.Object
zombie.core.booleanrectangles.BooleanRectangleCollection.Line
- Enclosing class:
- BooleanRectangleCollection
public class BooleanRectangleCollection.Line
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description BooleanRectangleCollection.Point
End
BooleanRectangleCollection.Point
Start
-
Constructor Summary
Constructors Constructor Description Line(BooleanRectangleCollection.Point point, BooleanRectangleCollection.Point point2)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Start
-
End
-
-
Constructor Details
-
Line
-