Package com.agisoft.metashape
Class BBox2d
java.lang.Object
com.agisoft.metashape.BBox2d
public class BBox2d extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()static longgetCPtr(BBox2d obj)Vector2dgetMax()Maximum bounding box corner.Vector2dgetMin()Minimum bounding box corner.voidsetMax(Vector2d value)Maximum bounding box corner.voidsetMin(Vector2d value)Minimum bounding box corner.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
BBox2d
public BBox2d(long cPtr, boolean cMemoryOwn) -
BBox2d
public BBox2d() -
BBox2d
-
-
Method Details