Uses of Class
georegression.struct.shapes.Box3D_F32
Package
Description
-
Uses of Box3D_F32 in georegression.fitting.polygon
Modifier and TypeMethodDescriptionstatic Box3D_F32
FitPolygon3D_F32.boxAabb
(List<Point3D_F32> points, @Nullable Box3D_F32 rectangle) Finds the smallest Axis Aligned Bounding Box (AABB) for the set of set of points.Modifier and TypeMethodDescriptionstatic Box3D_F32
FitPolygon3D_F32.boxAabb
(List<Point3D_F32> points, @Nullable Box3D_F32 rectangle) Finds the smallest Axis Aligned Bounding Box (AABB) for the set of set of points. -
Uses of Box3D_F32 in georegression.geometry
Modifier and TypeMethodDescriptionstatic void
UtilPoint3D_F32.boundingBox
(List<Point3D_F32> points, Box3D_F32 bounding) Finds the minimal volumeBox3D_F32
which contains all the points. -
Uses of Box3D_F32 in georegression.metric
Modifier and TypeMethodDescriptionstatic boolean
Intersection3D_F32.contained
(Box3D_F32 box, Point3D_F32 point) Returns true if the point is contained inside the box, with an exclusive upper extent.static boolean
Returns true if boxB is contained inside of or is identical to boxA.static boolean
Intersection3D_F32.contained2
(Box3D_F32 box, Point3D_F32 point) Returns true if the point is contained inside the box, with an inclusive upper extent.static boolean
Intersection3D_F32.intersection
(Box3D_F32 boxA, Box3D_F32 boxB) Returns true if the two boxs intersect each other.static float
Intersection3D_F32.intersectionArea
(Box3D_F32 a, Box3D_F32 b) Returns the area of the intersection of two 3D boces.static float
Returns the Intersection Over Union (IoU) score -
Uses of Box3D_F32 in georegression.struct.shapes
Modifier and TypeMethodDescriptionBox3D_F32.setTo
(float x0, float y0, float z0, float x1, float y1, float z1) Modifier and TypeMethodDescriptionboolean
Returns true if all the extents are within tolerance.