Uses of Class
georegression.struct.shapes.Box3D_I32
Packages that use Box3D_I32
-
Uses of Box3D_I32 in georegression.metric
Methods in georegression.metric with parameters of type Box3D_I32Modifier 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
Methods in georegression.struct.shapes that return Box3D_I32Modifier and TypeMethodDescriptionBox3D_I32.setTo
(int x0, int y0, int z0, int x1, int y1, int z1) Methods in georegression.struct.shapes with parameters of type Box3D_I32Constructors in georegression.struct.shapes with parameters of type Box3D_I32