|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.engine.camera.recorder.Orientation
public class Orientation
This class encapsulates the orientation, i.e. position and rotation of the camera at a point of a camera flight.
Constructor Summary | |
---|---|
Orientation(float x,
float y,
float z,
float rotX,
float rotY)
Creates a new orientation object with the specified parameters that describe the orientation. |
Method Summary | |
---|---|
Point3D |
getPosition()
Returns the position of the orientation object. |
float |
getRotX()
Returns the x-axis rotation of the orientation object |
float |
getRotY()
Returns the y-axis rotation of the orientation object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Orientation(float x, float y, float z, float rotX, float rotY)
x
- x-coordinatey
- y-coordinatez
- z-coordinaterotX
- x-axis rotationrotY
- y-axis rotationMethod Detail |
---|
public Point3D getPosition()
public float getRotX()
public float getRotY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |