Package com.luciad.cameras
Class Camera.Look
java.lang.Object
com.luciad.cameras.Camera.Look
- Enclosing class:
Camera
Structure describing the position and orientation of the camera.
See PerspectiveCamera
or OrthographicCamera
for an illustration.
-
Constructor Summary
ConstructorsConstructorDescriptionLook
(Coordinate eye, Coordinate forward, Coordinate up) Constructs the Look with eye, forward, and up information. -
Method Summary
-
Constructor Details
-
Look
Constructs the Look with eye, forward, and up information.- Parameters:
eye
- The location of the camera in 3D cartesian coordinates.forward
- The forward direction of the camera.up
- The direction corresponding to the upward direction of the view.
-
-
Method Details
-
getEye
The location of the camera in 3D cartesian coordinates. -
getForward
The forward direction of the camera. -
getUp
The direction corresponding to the upward direction of the view.
-