M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Static Public Member Functions | |
static float | Sqrt (float f) |
static float | Abs (float f) |
static float | Floor (float f) |
static float | Cos (float radian) |
static float | Sin (float radian) |
static float | Acos (float f) |
static float | Atan2 (float y, float x) |
static float | Clamp (float value, float min, float max) |
static int | Clamp (int value, int min, int max) |
static float | Min (float a, float b) |
static float | Max (float a, float b) |
static bool | IsZero (float f) |
static bool | IsZero (Vector2 vector2) |
static float | Sign (float f) |
static float | Ceil (float f) |
static float | Round (float f) |
static float | Lerp (float start, float end, float amount) |
Static Public Attributes | |
const float | PI = 3.14159265359f |
const float | Deg2Rad = PI / 180.0f |
const float | Rad2Deg = 180.0f / PI |
const float | Epsilon = 0.00001f |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |