version 3.3

VRS::AxonometricLookAt Class Reference

#include <vrs/axonometriclookat.h>

Inheritance diagram for VRS::AxonometricLookAt:

VRS::Transform VRS::RenderObj VRS::SharedObj VRS::Visitable

List of all members.

Public Types

enum  AxonometricType {
  Custom = 0, Isometric30 = 1, Isometric12 = 2, Military = 3,
  Dimetric427 = 4, ChinesePerspective = 5
}

Public Member Functions

 VRS_SERIALIZABLE_CLASS_ENUM (AxonometricType)
 AxonometricLookAt (AxonometricType type=Isometric30, const VRS::Vector &position=VRS::Vector::origin, double zoom=1.0, const VRS::Matrix &rotation=VRS::Matrix::identity)
 AxonometricLookAt (double verticalAngle, double horizontalAngle, const VRS::Vector &position=VRS::Vector::origin, double zoom=1.0, const VRS::Matrix &rotation=VRS::Matrix::identity)
void setAxonometricType (AxonometricType type)
AxonometricType getAxonometricType (void) const
void setVerticalAngle (double angle)
double getVerticalAngle (void) const
void setHorizontalAngle (double angle)
double getHorizontalAngle (void) const
void setPosition (const VRS::Vector &position)
const VRS::VectorgetPosition (void) const
void setZoom (double zoom)
double getZoom (void) const
void setRotation (const VRS::Matrix &rotation)
const VRS::MatrixgetRotation (void) const
virtual const Matrixmatrix (Engine *engine=0) const
 VRS_TYPEINFO (AxonometricLookAt, Transform)
 VRS_SERIALIZABLE (AxonometricLookAt)


Member Enumeration Documentation

Enumerator:
Custom 
Isometric30 
Isometric12 
Military 
Dimetric427 
ChinesePerspective 


Constructor & Destructor Documentation

VRS::AxonometricLookAt::AxonometricLookAt ( AxonometricType  type = Isometric30,
const VRS::Vector position = VRS::Vector::origin,
double  zoom = 1.0,
const VRS::Matrix rotation = VRS::Matrix::identity 
)

VRS::AxonometricLookAt::AxonometricLookAt ( double  verticalAngle,
double  horizontalAngle,
const VRS::Vector position = VRS::Vector::origin,
double  zoom = 1.0,
const VRS::Matrix rotation = VRS::Matrix::identity 
)


Member Function Documentation

VRS::AxonometricLookAt::VRS_SERIALIZABLE_CLASS_ENUM ( AxonometricType   ) 

void VRS::AxonometricLookAt::setAxonometricType ( AxonometricType  type  ) 

AxonometricType VRS::AxonometricLookAt::getAxonometricType ( void   )  const [inline]

void VRS::AxonometricLookAt::setVerticalAngle ( double  angle  ) 

double VRS::AxonometricLookAt::getVerticalAngle ( void   )  const [inline]

void VRS::AxonometricLookAt::setHorizontalAngle ( double  angle  ) 

double VRS::AxonometricLookAt::getHorizontalAngle ( void   )  const [inline]

void VRS::AxonometricLookAt::setPosition ( const VRS::Vector position  ) 

const VRS::Vector& VRS::AxonometricLookAt::getPosition ( void   )  const [inline]

void VRS::AxonometricLookAt::setZoom ( double  zoom  ) 

double VRS::AxonometricLookAt::getZoom ( void   )  const [inline]

void VRS::AxonometricLookAt::setRotation ( const VRS::Matrix rotation  ) 

const VRS::Matrix& VRS::AxonometricLookAt::getRotation ( void   )  const [inline]

virtual const Matrix& VRS::AxonometricLookAt::matrix ( Engine engine = 0  )  const [virtual]

All transformations are able to express themselves as a 4x4 matrix. The transformation can depend on the current settings accessible by the engine (e.g., context information such as projection or modelview matrix). In general, standard transformations such as rotation, scaling, or translation do not depend on the context. However, the billboarding transformation depends on the modelview matrix.

Implements VRS::Transform.

VRS::AxonometricLookAt::VRS_TYPEINFO ( AxonometricLookAt  ,
Transform   
)

VRS::AxonometricLookAt::VRS_SERIALIZABLE ( AxonometricLookAt   ) 


The documentation for this class was generated from the following file:

Generated on Fri May 18 06:00:17 2012 by Doxygen 1.5.6
© 2001-2010 Hasso-Plattner-Institut | Impressum | Contact