A B C D E F G H I L M N P R S T U V W X Y Z

R

RADIAN - Static variable in class unlekker.geom.Vec2
 
rand() - Method in class unlekker.util.Rnd
Returns a rand value in the ranges [0..1>, [0..range> or [min..max> depending on the version used.
rand(float) - Method in class unlekker.util.Rnd
 
rand(float, float) - Method in class unlekker.util.Rnd
 
randBool() - Method in class unlekker.util.Rnd
Randomly returns true or false.
randInt(int) - Method in class unlekker.util.Rnd
Returns a rand integer value in the range [0..range-1> or [min..max-1>.
randInt(int, int) - Method in class unlekker.util.Rnd
 
randProb(double) - Method in class unlekker.util.Rnd
Returns true if rndFloat(100) returns a result greater than the parameter "chance".
readState(DataInputStream) - Method in class ec.util.MersenneTwister
Reads the entire state of the MersenneTwister RNG from the stream
readState(DataInputStream) - Method in class ec.util.MersenneTwisterFast
Reads the entire state of the MersenneTwister RNG from the stream
reset() - Method in class unlekker.geom.BBox
Reset bounding box for new calculation.
restoreCamera() - Method in class unlekker.util.TileSaver
Used to restore camera once tiling is done.
Rnd - Class in unlekker.util
unlekker.util.Rnd provides an alternative to java.util.rand by wrapping ec.util.MersenneTwisterFast in a Processing-friendly convenience class.
Rnd() - Constructor for class unlekker.util.Rnd
Initialize rand number generator.
Rnd(long) - Constructor for class unlekker.util.Rnd
 
rotate(float) - Method in class unlekker.geom.Vec2
Rotates vector by a degree given in radians
rotate(Vec2, float) - Static method in class unlekker.geom.Vec2
Rotates vector by a degree given in radians.
rotateX(float) - Method in class unlekker.geom.Vec3
 
rotateY(float) - Method in class unlekker.geom.Vec3
 
rotateZ(float) - Method in class unlekker.geom.Vec3
 

A B C D E F G H I L M N P R S T U V W X Y Z