Class BBox2d

java.lang.Object
com.agisoft.metashape.BBox2d

public class BBox2d extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • BBox2d

      public BBox2d(long cPtr, boolean cMemoryOwn)
    • BBox2d

      public BBox2d()
    • BBox2d

      public BBox2d(Vector2d min, Vector2d max)
  • Method Details

    • getCPtr

      public static long getCPtr(BBox2d obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • getMin

      public Vector2d getMin()
      Minimum bounding box corner.
    • getMax

      public Vector2d getMax()
      Maximum bounding box corner.
    • setMin

      public void setMin(Vector2d value)
      Minimum bounding box corner.
    • setMax

      public void setMax(Vector2d value)
      Maximum bounding box corner.