Uses of Class
georegression.struct.shapes.Box3D_F64
Package
Description
-
Uses of Box3D_F64 in georegression.fitting.polygon
Modifier and TypeMethodDescriptionstatic Box3D_F64
FitPolygon3D_F64.boxAabb
(List<Point3D_F64> points, @Nullable Box3D_F64 rectangle) Finds the smallest Axis Aligned Bounding Box (AABB) for the set of set of points.Modifier and TypeMethodDescriptionstatic Box3D_F64
FitPolygon3D_F64.boxAabb
(List<Point3D_F64> points, @Nullable Box3D_F64 rectangle) Finds the smallest Axis Aligned Bounding Box (AABB) for the set of set of points. -
Uses of Box3D_F64 in georegression.geometry
Modifier and TypeMethodDescriptionstatic void
UtilPoint3D_F64.boundingBox
(List<Point3D_F64> points, Box3D_F64 bounding) Finds the minimal volumeBox3D_F64
which contains all the points. -
Uses of Box3D_F64 in georegression.metric
Modifier and TypeMethodDescriptionstatic boolean
Intersection3D_F64.contained
(Box3D_F64 box, Point3D_F64 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_F64.contained2
(Box3D_F64 box, Point3D_F64 point) Returns true if the point is contained inside the box, with an inclusive upper extent.static boolean
Intersection3D_F64.intersection
(Box3D_F64 boxA, Box3D_F64 boxB) Returns true if the two boxs intersect each other.static double
Intersection3D_F64.intersectionArea
(Box3D_F64 a, Box3D_F64 b) Returns the area of the intersection of two 3D boces.static double
Returns the Intersection Over Union (IoU) score -
Uses of Box3D_F64 in georegression.struct.shapes
Modifier and TypeMethodDescriptionBox3D_F64.setTo
(double x0, double y0, double z0, double x1, double y1, double z1) Modifier and TypeMethodDescriptionboolean
Returns true if all the extents are within tolerance.