rotate Around
fun rotateAround(targetPoint: Point, deltaHeading: Double, deltaPitch: Double, deltaRoll: Double): Camera
Creates a copy of the camera with the heading and pitch rotated from a specified target point by the delta angles in degrees.
Return
A copy of the camera with the position moved
Since
200.1.0
See also
Throws
if targetPoint is empty