Rotate the camera position keeping the target at the center.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void Rotate(
	double yaw,
	double pitch
)
Parameters
- yaw
 - Type: SystemDouble
Yaw around the y-axis, in radians. - pitch
 - Type: SystemDouble
Pitch around the x-axis, in radians. 
See Also