C++
virtual void roll( double angle ) = 0;
Description
This method rotates the camera's up vector about the eye vector by the specified amount in radians. Positive angles correspond to a clockwise rotation when viewed from the camera position to the camera target.
Parameters
Parameters | Description |
---|---|
angle | Input angular rotation about the eye vector in radians |