Uses of Class
georegression.struct.shapes.Box3D_I32
-
Uses of Box3D_I32 in georegression.metric
Modifier and TypeMethodDescriptionstatic boolean
Intersection3D_I32.contains
(Box3D_I32 box, Point3D_I32 point) Returns true if the point is contained inside the box.static boolean
Returns true if boxB is contained inside of or is identical to boxA.static boolean
Intersection3D_I32.intersects
(Box3D_I32 boxA, Box3D_I32 boxB) Returns true if the two boxes intersect each other. -
Uses of Box3D_I32 in georegression.struct.shapes
Modifier and TypeMethodDescriptionBox3D_I32.setTo
(int x0, int y0, int z0, int x1, int y1, int z1)