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 Details

    • FitPolygon3D_F32

      public FitPolygon3D_F32()
  • Method Details

    • boxAabb

      public static Box3D_F32 boxAabb(List<Point3D_F32> points, @Nullable @Nullable Box3D_F32 rectangle)
      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 points
      rectangle - (Output) Storage for the AABB. Nullable
      Returns:
      The rectangular AABB