Define a structure objec ViewSpec consisting of four member variables, which correspond to 3D vectors representing the right, up, direction and eye position of the view. More...
#include <viewmatrix.h>
Public Attributes | |
| std::shared_ptr< Vector3f > | right |
| std::shared_ptr< Vector3f > | up |
| std::shared_ptr< Vector3f > | dir |
| std::shared_ptr< Vector3f > | eye |
Define a structure objec ViewSpec consisting of four member variables, which correspond to 3D vectors representing the right, up, direction and eye position of the view.
| std::shared_ptr<Vector3f> cil::ViewSpec::dir |
| std::shared_ptr<Vector3f> cil::ViewSpec::eye |
| std::shared_ptr<Vector3f> cil::ViewSpec::right |
| std::shared_ptr<Vector3f> cil::ViewSpec::up |