Package gov.nih.mipav.model.structures
Class ComputationalGeometry.AABB2
- java.lang.Object
-
- gov.nih.mipav.model.structures.ComputationalGeometry.AABB2
-
- Enclosing class:
- ComputationalGeometry
public class ComputationalGeometry.AABB2 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ComputationalGeometry.MyVector2maxComputationalGeometry.MyVector2min
-
Constructor Summary
Constructors Constructor Description AABB2(double minX, double maxX, double minY, double maxY)AABB2(java.util.ArrayList<ComputationalGeometry.MyVector2> points)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanIsRectangleARectangle()
-
-
-
Field Detail
-
min
public ComputationalGeometry.MyVector2 min
-
max
public ComputationalGeometry.MyVector2 max
-
-
Constructor Detail
-
AABB2
public AABB2(double minX, double maxX, double minY, double maxY)
-
AABB2
public AABB2(java.util.ArrayList<ComputationalGeometry.MyVector2> points)
-
-