public class Shutter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Shutter() |
Shutter(long cPtr,
boolean cMemoryOwn) |
Shutter(Shutter region) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Shutter obj) |
Matrix3x3d |
getRotation() |
Vector3d |
getTranslation() |
void |
setRotation(Matrix3x3d rotation) |
void |
setTranslation(Vector3d translation) |
public Shutter(long cPtr,
boolean cMemoryOwn)
public Shutter()
public Shutter(Shutter region)
public static long getCPtr(Shutter obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setTranslation(Vector3d translation)
public Vector3d getTranslation()
public void setRotation(Matrix3x3d rotation)
public Matrix3x3d getRotation()