public class Region
extends java.lang.Object
Constructor and Description |
---|
Region() |
Modifier and Type | Method and Description |
---|---|
Vector |
getCenter()
Region center coordinates.
|
Matrix |
getRotation()
Region rotation matrix.
|
Vector |
getSize()
Region size.
|
void |
setCenter(Vector center)
Region center coordinates.
|
void |
setRotation(Matrix rotation)
Region rotation matrix.
|
void |
setSize(Vector size)
Region size.
|
public void setRotation(Matrix rotation)
public Matrix getRotation()
public void setCenter(Vector center)
public Vector getCenter()
public void setSize(Vector size)
public Vector getSize()