Description:

Calculates the camera rotation angle.

Syntax:
public static double CalculateCameraRotationAngle(
Vector3d direction,
Vector3d up
)
Parameters:
  • direction
  • Type: Vector3d
  • The camera direction.
  • up
  • Type: Vector3d
  • The camera up direction.
Returns:
Type: double
The camera rotation angle in radians.
Available since:
6.8

/
/
/
CalculateCameraRotationAngle

CalculateCameraRotationAngle method

Class:  Rhino.DocObjects.ViewportInfo

Nothing found