set_bounds


Description:

public void set_bounds (double angle_start, double angle_end)

Sets the initial and final angles of a rotation behaviour; angles >= 360 degrees get clamped to the canonical interval <0, 360).

Parameters:

this

a BehaviourRotate

angle_start

initial angle in degrees, between 0 and 360.

angle_end

final angle in degrees, between 0 and 360.