Description
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.
Visual Basic
Public Function Roll( angle As double ) As void
C#
public void Roll( double angle );
Parameters
| Parameters | Description |
|---|---|
| double angle | Input angular rotation about the eye vector in radians. |