Package com.agisoft.metashape
Class Region
java.lang.Object
com.agisoft.metashape.Region
public class Region extends Object
Region parameters.
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()Vector3dgetCenter()Region center coordinates.static longgetCPtr(Region obj)Matrix3x3dgetRotation()Region rotation matrix.Vector3dgetSize()Region size.voidsetCenter(Vector3d center)Region center coordinates.voidsetRotation(Matrix3x3d rotation)Region rotation matrix.voidsetSize(Vector3d size)Region size.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Region
public Region(long cPtr, boolean cMemoryOwn) -
Region
public Region() -
Region
-
-
Method Details