StereoPairCamera.
rotate
(theta, rot_vector=None)¶Rotate by a given angle
Rotate the view. If rot_vector is None, rotation will occur around the north_vector.
Parameters: | theta : float, in radians
rot_vector : array_like, optional
|
---|
Examples
>>> cam.rotate(np.pi/4)