Package georegression.fitting.polygon
Class FitPolygon3D_F64
java.lang.Object
georegression.fitting.polygon.FitPolygon3D_F64
Functions related to fitting polygons to different inputs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Box3D_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.
-
Constructor Details
-
FitPolygon3D_F64
public FitPolygon3D_F64()
-
-
Method Details
-
boxAabb
Finds the smallest Axis Aligned Bounding Box (AABB) for the set of set of points. Both the lower and upper extends are inclusive. x0 ≤ p.x ≤ x1.- Parameters:
points
- (Input) set of pointsrectangle
- (Output) Storage for the AABB. Nullable- Returns:
- The rectangular AABB
-