Skip to main content
Version: Next

rotate

Rosette.rotate(rot_x_angle_deg, rot_y_angle_deg, rot_z_angle_deg)

Rotate the Rosette around its X, Y and Z axes as an intrisic rotation.

  • Parameters: rot_x_angle_deg(float): Rotation angle in degrees around the X axis of the rosette rot_y_angle_deg(float): Rotation angle in degrees around the Y axis of the rosette rot_z_angle_deg(float): Rotation angle in degrees around the Z axis of the rosette
  • Usage: rosette.rotate(90.0, 90.0, 0.0)