orbited_around#

deltacamera.Camera.orbited_around(world_point, angle, axis='vertical')[source]#

Return a new camera orbited around a world point.

Parameters:
  • world_point – World coordinates of the pivot point

  • angle – Rotation angle in radians

  • axis – ‘vertical’ or ‘horizontal’

Returns:

New Camera at orbited position

Return type:

Camera