public class Region
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Region() |
Region(long cPtr,
boolean cMemoryOwn) |
Region(Region region) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
Vector3d |
getCenter()
Region center coordinates.
|
static long |
getCPtr(Region obj) |
Matrix3x3d |
getRotation()
Region rotation matrix.
|
Vector3d |
getSize()
Region size.
|
void |
setCenter(Vector3d center)
Region center coordinates.
|
void |
setRotation(Matrix3x3d rotation)
Region rotation matrix.
|
void |
setSize(Vector3d size)
Region size.
|
public Region(long cPtr,
boolean cMemoryOwn)
public Region()
public Region(Region region)
public static long getCPtr(Region obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setRotation(Matrix3x3d rotation)
public Matrix3x3d getRotation()
public void setCenter(Vector3d center)
public Vector3d getCenter()
public void setSize(Vector3d size)
public Vector3d getSize()