#include <OrthographicCamera.hh>
Public Member Functions | |
OrthographicCamera () | |
void | setPostion (SFVec3f position) |
SFVec3f | position () const |
void | setOrientation (SFRotation orientation) |
SFRotation | orientation () const |
void | setFocalDistance (float focalDistance) |
float | focalDistance () const |
void | setHeight (float height) |
float | height () const |
virtual void | setAttribute (Attribute *A) |
Private Attributes | |
SFVec3f | m_position |
SFRotation | m_orientation |
float | m_focalDistance |
float | m_height |
vrml1::OrthographicCamera::OrthographicCamera | ( | ) |
void vrml1::OrthographicCamera::setPostion | ( | SFVec3f | position | ) |
SFVec3f vrml1::OrthographicCamera::position | ( | ) | const |
void vrml1::OrthographicCamera::setOrientation | ( | SFRotation | orientation | ) |
SFRotation vrml1::OrthographicCamera::orientation | ( | ) | const |
void vrml1::OrthographicCamera::setFocalDistance | ( | float | focalDistance | ) |
float vrml1::OrthographicCamera::focalDistance | ( | ) | const |
void vrml1::OrthographicCamera::setHeight | ( | float | height | ) |
float vrml1::OrthographicCamera::height | ( | ) | const |
void vrml1::OrthographicCamera::setAttribute | ( | Attribute * | A | ) | [virtual] |
Reimplemented from vrml1::Node.
SFVec3f vrml1::OrthographicCamera::m_position [private] |
float vrml1::OrthographicCamera::m_focalDistance [private] |
float vrml1::OrthographicCamera::m_height [private] |