public class Camera_old
extends java.lang.Object
Constructor and Description |
---|
Camera_old() |
Modifier and Type | Method and Description |
---|---|
float[] |
getInverseRotation_with_aux() |
float[] |
getInverseRotation() |
float[] |
getInverseTranslation_with_aux() |
float[] |
getInverseTranslation() |
float[] |
getRotation_with_aux() |
float[] |
getRotation() |
float[] |
getTranslation() |
void |
rotateX_aux(float angle) |
void |
rotateX(float angle) |
void |
rotateY(float angle) |
void |
rotateZ(float angle) |
void |
translate_wrt_rotation(float x,
float y,
float z) |
void |
translate(float x,
float y,
float z) |
public float[] getTranslation()
public float[] getInverseTranslation()
public float[] getInverseTranslation_with_aux()
public float[] getRotation()
public float[] getInverseRotation()
public float[] getRotation_with_aux()
public float[] getInverseRotation_with_aux()
public void translate(float x, float y, float z)
public void translate_wrt_rotation(float x, float y, float z)
public void rotateX(float angle)
public void rotateX_aux(float angle)
public void rotateY(float angle)
public void rotateZ(float angle)