| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/axonometriclookat.h>

| 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 | |||
| ) |
| 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] |
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 | ) |