|
static int | Bit (int a, int b) |
|
static int | ClipPoly (float[] vIn, int n, float[] vOut, float pnx, float pnz, float pd) |
|
static int | ClipPolygon (float[] vIn, int n, float[] vOut, float multi, float offset, int axis) |
|
static int | ClipPolygon (Vector3[] vIn, int n, Vector3[] vOut, float multi, float offset, int axis) |
|
static int | ClipPolygon (Int3[] vIn, int n, Int3[] vOut, int multi, int offset, int axis) |
|
static int | ClipPolygonY (float[] vIn, int n, float[] vOut, float multi, float offset, int axis) |
|
static void | CopyVector (float[] a, int i, Vector3 v) |
|
static void | EndTimer (string label) |
|
static void | EndTimerAdditive (string label, bool log) |
|
static Color | GetColor (int i) |
|
static bool | IntersectXAxis (out Vector3 intersection, Vector3 start1, Vector3 dir1, float x) |
|
static bool | IntersectZAxis (out Vector3 intersection, Vector3 start1, Vector3 dir1, float z) |
|
static Color | IntToColor (int i, float a) |
|
static float | Max (float a, float b, float c) |
|
static int | Max (int a, int b, int c, int d) |
|
static float | Max (float a, float b, float c, float d) |
|
static float | Min (float a, float b, float c) |
|
static int | Min (int a, int b, int c, int d) |
|
static float | Min (float a, float b, float c, float d) |
|
static void | StartTimer () |
|
static void | StartTimerAdditive (bool reset) |
|
static string | ToMillis (float v) |
|
static float | TriangleArea (Vector3 a, Vector3 b, Vector3 c) |
|
static float | TriangleArea2 (Vector3 a, Vector3 b, Vector3 c) |
|