public class Viewpoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Viewpoint() |
Viewpoint(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
double |
getAngle()
Camera vertical field of view in degrees.
|
static long |
getCPtr(Viewpoint obj) |
int |
getCx()
OpenGL window width.
|
int |
getCy()
OpenGL window height.
|
Vector3d |
getO()
Center of orbit.
|
Matrix3x3d |
getR()
Camera rotation matrix.
|
double |
getScale()
Camera magnification defined by distance to the center of rotation.
|
void |
setAngle(double value)
Camera vertical field of view in degrees.
|
void |
setCx(int value)
OpenGL window width.
|
void |
setCy(int value)
OpenGL window height.
|
void |
setO(Vector3d value)
Center of orbit.
|
void |
setR(Matrix3x3d value)
Camera rotation matrix.
|
void |
setScale(double value)
Camera magnification defined by distance to the center of rotation.
|
public Viewpoint(long cPtr,
boolean cMemoryOwn)
public Viewpoint()
public static long getCPtr(Viewpoint obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setCx(int value)
public int getCx()
public void setCy(int value)
public int getCy()
public void setO(Vector3d value)
public Vector3d getO()
public void setR(Matrix3x3d value)
public Matrix3x3d getR()
public void setScale(double value)
public double getScale()
public void setAngle(double value)
public double getAngle()