Package georegression.fitting.polygon
Class FitPolygon3D_F32
java.lang.Object
georegression.fitting.polygon.FitPolygon3D_F32
@Generated("georegression.fitting.polygon.FitPolygon3D_F64")
public class FitPolygon3D_F32
extends Object
Functions related to fitting polygons to different inputs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Box3D_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.
-
Constructor Details
-
FitPolygon3D_F32
public FitPolygon3D_F32()
-
-
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
-