Kerbal Space Program
1.12.4
|
Static Public Member Functions | |
static bool | Approximately (float a, float b) |
Public Attributes | |
const float | FLOAT_MAX = 32767 |
const float | FLOAT_MIN = -32767 |
const float | FLOAT_UNSET = -32767 |
const int | INT_MAX = 2147483647 |
const int | INT_MIN = -2147483647 |
const int | INT_UNSET = -32767 |
Static Public Attributes | |
static Vector2 | MAX_16BIT = new Vector2(FLOAT_MAX, FLOAT_MAX) |
static Vector2 | MIN_16BIT = new Vector2(FLOAT_MIN, FLOAT_MIN) |
|
inlinestatic |
const float TMPro.TMP_Math.FLOAT_MAX = 32767 |
const float TMPro.TMP_Math.FLOAT_MIN = -32767 |
const float TMPro.TMP_Math.FLOAT_UNSET = -32767 |
const int TMPro.TMP_Math.INT_MAX = 2147483647 |
const int TMPro.TMP_Math.INT_MIN = -2147483647 |
const int TMPro.TMP_Math.INT_UNSET = -32767 |