RotateNoiseProperty

public class RotateNoiseProperty implements NoiseProperty

Class RotateNoiseProperty. Provides rotatenoiseproperty functionality for the Hytale server.

java.lang.Object > RotateNoiseProperty

Field Summary

px

final double px

Field px.

py

final double py

Field py.

pz

final double pz

Field pz.

Method Detail

RotateNoiseProperty

public public RotateNoiseProperty (final NoiseProperty noise, final CoordinateRotator rotation)

Method RotateNoiseProperty.

Parameters:
final NoiseProperty noise
final CoordinateRotator rotation

get

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

Method get.

Parameters:
final int seed
final double x
final double y

toString

public String toString ()

Method toString.