RotatedCoordinateRandomizer

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 ICoordinateRandomizer randomizer
final CoordinateRotator rotation

randomDoubleX

public double randomDoubleX (final int seed, final double x, final double y)

Method randomDoubleX.

Parameters:
final int seed
final double x
final double y

randomDoubleY

public double randomDoubleY (final int seed, final double x, final double y)

Method randomDoubleY.

Parameters:
final int seed
final double x
final double y

randomDoubleZ

public double randomDoubleZ (final int seed, final double x, final double y, final double z)

Method randomDoubleZ.

Parameters:
final int seed
final double x
final double y
final double z

toString

public String toString ()

Method toString.