public class RotatedCoordinateRandomizer implements ICoordinateRandomizer
Class RotatedCoordinateRandomizer. Provides rotatedcoordinaterandomizer functionality for the Hytale server.
java.lang.Object > RotatedCoordinateRandomizer
Field Summary
px
final
double
px
Field px.
py
final
double
py
Field py.
pz
final
double
pz
Field pz.
Method Detail
RotatedCoordinateRandomizer
public
public
RotatedCoordinateRandomizer
(final ICoordinateRandomizer randomizer, final CoordinateRotator rotation)
Method RotatedCoordinateRandomizer.
- Parameters:
final ICoordinateRandomizerrandomizerfinal CoordinateRotatorrotation
randomDoubleX
public
double
randomDoubleX
(final int seed, final double x, final double y)
Method randomDoubleX.
- Parameters:
final intseedfinal doublexfinal doubley
randomDoubleY
public
double
randomDoubleY
(final int seed, final double x, final double y)
Method randomDoubleY.
- Parameters:
final intseedfinal doublexfinal doubley
randomDoubleZ
public
double
randomDoubleZ
(final int seed, final double x, final double y, final double z)
Method randomDoubleZ.
- Parameters:
final intseedfinal doublexfinal doubleyfinal doublez
toString
public
String
toString
()
Method toString.