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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Box3D_F32boxAabb(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_F32public FitPolygon3D_F32()
 
- 
- 
Method Details- 
boxAabbFinds 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 points
- rectangle- (Output) Storage for the AABB. Nullable
- Returns:
- The rectangular AABB
 
 
-