Interface | Description |
---|---|
ChunkInterpolator |
Class | Description |
---|---|
ChunkInterpolator2 |
Class to abstract away the 16 Interpolators needed to generate a chunk.
Contains method to get interpolated noise at a coordinate within the chunk. |
ChunkInterpolator3 |
Class to abstract away the 16 Interpolators needed to generate a chunk.
Contains method to get interpolated noise at a coordinate within the chunk. |
FastNoiseLite | |
FastNoiseLite.Vector2 | |
FastNoiseLite.Vector3 | |
Interpolator |
Class for bilinear interpolation of values arranged on a unit square.
|
Interpolator3 |
Class for bilinear interpolation of values arranged on a unit square.
|
MathUtil |
Utility class for mathematical functions.
|
ProbabilityCollection<E> |
Class containing a set of objects with certain weighted probabilities.
Use to select random weighted values. |
ProbabilityCollection.ProbabilitySetElement<T> |
Used internally to store information about a object's
state in a collection.
|
Range |
Copyright © 2020. All rights reserved.