All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
activate() |
void |
computeMatrices() |
void |
computeRay(int _iScreenX,
int _iScreenY,
TSRVector3 _vRayStart,
TSRVector3 _vRayDirection) |
void |
computeVectorsFromAngles() |
void |
computeViewProjMatrix(TSRMatrix4 matrix) |
void |
debugRender() |
void |
delete() |
protected void |
finalize() |
static void |
forceLink() |
float |
getAspectRatio() |
TSRVector3 |
getAt() |
void |
getClipPlanes(SWIGTYPE_p_float _fNear,
SWIGTYPE_p_float _fFar) |
protected static long |
getCPtr(TSRCamera obj) |
float |
getFarClip() |
float |
getFovAngle() |
void |
getFrustum(SWIGTYPE_p_TSRFrustum _frustum) |
TSRVector3 |
getFwd() |
TSRVector3 |
getLoc() |
TSRVector3 |
getM_At() |
float |
getM_fAspectRatio() |
float |
getM_fFarClip() |
float |
getM_fFovAngle() |
float |
getM_fNearClip() |
float |
getM_fOrthoHeight() |
float |
getM_fOrthoWidth() |
float |
getM_fPitch() |
float |
getM_fRoll() |
TSRVector3 |
getM_Fwd() |
float |
getM_fYaw() |
TSRVector3 |
getM_Loc() |
int |
getM_ProjectionMode() |
TSRVector3 |
getM_Side() |
java.lang.String |
getM_strName() |
TSRVector3 |
getM_Up() |
float |
getNearClip() |
SWIGTYPE_p_TSRObjectType |
getObjectType() |
static java.lang.String |
getObjectTypeName() |
float |
getOrthoHeight() |
float |
getOrthoWidth() |
float |
getPitch() |
TSRMatrix4 |
getProjectionMatrix() |
int |
getProjectionMode() |
float |
getRoll() |
TSRVector3 |
getSide() |
TSRVector3 |
getUp() |
TSRMatrix4 |
getViewMatrix() |
float |
getYaw() |
void |
init(TSRVector3 _vLoc,
float _fYaw,
float _fPitch,
float _fRoll) |
void |
rotateLocal(float _fYaw,
float _fPitch,
float _fRoll) |
void |
setAspectRatio(float val) |
void |
setAt(TSRVector3 val) |
void |
setClipPlanes(float _fNear,
float _fFar) |
void |
setFarClip(float val) |
void |
setFovAngle(float val) |
void |
setFwd(TSRVector3 val) |
void |
setLoc(TSRVector3 val) |
void |
setM_At(TSRVector3 value) |
void |
setM_fAspectRatio(float value) |
void |
setM_fFarClip(float value) |
void |
setM_fFovAngle(float value) |
void |
setM_fNearClip(float value) |
void |
setM_fOrthoHeight(float value) |
void |
setM_fOrthoWidth(float value) |
void |
setM_fPitch(float value) |
void |
setM_fRoll(float value) |
void |
setM_Fwd(TSRVector3 value) |
void |
setM_fYaw(float value) |
void |
setM_Loc(TSRVector3 value) |
void |
setM_ProjectionMode(int value) |
void |
setM_Side(TSRVector3 value) |
void |
setM_strName(java.lang.String value) |
void |
setM_Up(TSRVector3 value) |
void |
setNearClip(float val) |
void |
setOrthoHeight(float val) |
void |
setOrthoWidth(float val) |
void |
setPitch(float val) |
void |
setProjectionMatrix(TSRMatrix4 _projectionMatrix) |
void |
setProjectionMode(int val) |
void |
setRoll(float val) |
void |
setSide(TSRVector3 val) |
void |
setUp(TSRVector3 val) |
void |
setViewMatrix(TSRMatrix4 _viewMatrix) |
void |
setYaw(float val) |
static SWIGTYPE_p_TSRObjectType |
staticClass() |
void |
transformIntoScreenCoords(TSRVector3 _vPosition,
int[] _iScreenX,
int[] _iScreenY,
SWIGTYPE_p_float _fDepth) |
TSRVector3 |
transformIntoWorldCoordinates(TSRVector2 _screenPosition,
float distance) |
void |
translate(float _fX,
float _fY,
float _fZ) |
void |
translateLocal(float _fX,
float _fY,
float _fZ) |