|
| static long | AsLong (int x, int z) |
| static int | LongToX (long index) |
| static int | LongToZ (long index) |
| static int | BlockIndex (int x, int z) |
| static int | BlockIndex (int x, int y, int z) |
| static float | Lerp (float a, float b, float t) |
| static uint | Max (params uint[] numbers) |
| static uint | Min (params uint[] numbers) |
◆ AsLong()
| long livemap.util.Mathf.AsLong |
( |
int | x, |
|
|
int | z ) |
|
static |
◆ BlockIndex() [1/2]
| int livemap.util.Mathf.BlockIndex |
( |
int | x, |
|
|
int | y, |
|
|
int | z ) |
|
static |
◆ BlockIndex() [2/2]
| int livemap.util.Mathf.BlockIndex |
( |
int | x, |
|
|
int | z ) |
|
static |
◆ Lerp()
| float livemap.util.Mathf.Lerp |
( |
float | a, |
|
|
float | b, |
|
|
float | t ) |
|
static |
◆ LongToX()
| int livemap.util.Mathf.LongToX |
( |
long | index | ) |
|
|
static |
◆ LongToZ()
| int livemap.util.Mathf.LongToZ |
( |
long | index | ) |
|
|
static |
◆ Max()
| uint livemap.util.Mathf.Max |
( |
params uint[] | numbers | ) |
|
|
static |
◆ Min()
| uint livemap.util.Mathf.Min |
( |
params uint[] | numbers | ) |
|
|
static |
The documentation for this class was generated from the following file: