public class HeightTransform
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static HeightTransform |
IDENTITY |
Modifier and Type | Method and Description |
---|---|
static HeightTransform |
get(int scaleAmount,
int translateAmount) |
boolean |
isIdentity() |
float |
transformHeight(float height) |
int |
transformHeight(int height) |
HeightMap |
transformHeightMap(HeightMap heightMap) |
public static final HeightTransform IDENTITY
public boolean isIdentity()
public float transformHeight(float height)
public int transformHeight(int height)
public static HeightTransform get(int scaleAmount, int translateAmount)