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 | |
| Vector3fPtr | right |
| Vector3fPtr | up |
| Vector3fPtr | dir |
| Vector3fPtr | 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.
| Vector3fPtr cil::ViewSpec::dir |
| Vector3fPtr cil::ViewSpec::eye |
| Vector3fPtr cil::ViewSpec::right |
| Vector3fPtr cil::ViewSpec::up |