Variables
Methods
atan2(y:Float, x:Float):Float
Get the angle of the given vector, defined by its y and x coordinates.
Parameters:
y | |
---|---|
x |
Returns:
Float
irandom(max:Int = 1):Int
Generate a random int number between 0 included and max excluded;
Parameters:
max |
---|
Returns:
Int