public class Sphere extends Object
| Modifier and Type | Method and Description |
|---|---|
Module |
getModule()
Returns the noise module that is used to generate the output values.
|
double |
getValue(double lat,
double lon)
Returns the output value from the noise module given the (latitude, longitude) coordinates of the specified input value located on the surface of the sphere.
|
void |
setModule(Module module)
Sets the noise module that is used to generate the output values.
|
public Sphere(Module module)
module - The noise module that is used to generate the output values.public Module getModule()
public void setModule(Module module)
module - The noise module that is used to generate the output values.
This noise module must exist for the lifetime of this object, until you pass a new noise module to this method.public double getValue(double lat,
double lon)
lat - The latitude of the input value, in degrees.lon - The longitude of the input value, in degrees.Copyright © 2013–2017 Flow Powered. All rights reserved.