#include <Camera.h>
Collaboration diagram for OpenCAL::Utils::Camera:

Public Member Functions | |
| const Vector3 & | getTarget () const |
| Vector3 * | getTargetP () |
| float | getDistance () const |
| float | getTiltAngle () const |
| float | getRotateAngle () const |
| float | getTwistAngle () const |
| void | setTarget (const Vector3 &target) |
| void | setDistance (float distance) |
| void | setTiltAngle (float degrees) |
| void | setRotateAngle (float degrees) |
| void | setTwistAngle (float degrees) |
| void | zoom (float distance) |
| void | tilt (float degrees) |
| void | rotate (float degrees) |
| void | twist (float degrees) |
Protected Attributes | |
| Vector3 | m_target |
| float | m_distance |
| float | m_tiltAngle |
| float | m_rotateAngle |
| float | m_twistAngle |
Definition at line 27 of file Camera.h.
1.3.8