set_bounds
Description:
Sets the initial and final angles of a rotation behaviour; angles >= 360 degrees get clamped to the canonical interval <0, 360).
Parameters:
this | |
angle_start |
initial angle in degrees, between 0 and 360. |
angle_end |
final angle in degrees, between 0 and 360. |