A* Pathfinding Project
3.7.4
The A* Pathfinding Project for Unity 3D
|
This is the complete list of members for Utility, including all inherited members.
additiveTimer | Utility | static |
Bit(int a, int b) | Utility | static |
ClipPoly(float[] vIn, int n, float[] vOut, float pnx, float pnz, float pd) | Utility | static |
ClipPolygon(float[] vIn, int n, float[] vOut, float multi, float offset, int axis) | Utility | static |
ClipPolygon(Vector3[] vIn, int n, Vector3[] vOut, float multi, float offset, int axis) | Utility | static |
ClipPolygon(Int3[] vIn, int n, Int3[] vOut, int multi, int offset, int axis) | Utility | static |
clipPolygonCache | Utility | privatestatic |
clipPolygonIntCache | Utility | privatestatic |
ClipPolygonY(float[] vIn, int n, float[] vOut, float multi, float offset, int axis) | Utility | static |
colors | Utility | static |
CopyVector(float[] a, int i, Vector3 v) | Utility | static |
EndTimer(string label) | Utility | static |
EndTimerAdditive(string label, bool log) | Utility | static |
GetColor(int i) | Utility | static |
IntersectXAxis(out Vector3 intersection, Vector3 start1, Vector3 dir1, float x) | Utility | static |
IntersectZAxis(out Vector3 intersection, Vector3 start1, Vector3 dir1, float z) | Utility | static |
IntToColor(int i, float a) | Utility | static |
lastAdditiveTimerStart | Utility | static |
lastStartTime | Utility | static |
Max(float a, float b, float c) | Utility | static |
Max(int a, int b, int c, int d) | Utility | static |
Max(float a, float b, float c, float d) | Utility | static |
Min(float a, float b, float c) | Utility | static |
Min(int a, int b, int c, int d) | Utility | static |
Min(float a, float b, float c, float d) | Utility | static |
StartTimer() | Utility | static |
StartTimerAdditive(bool reset) | Utility | static |
ToMillis(float v) | Utility | static |
TriangleArea(Vector3 a, Vector3 b, Vector3 c) | Utility | static |
TriangleArea2(Vector3 a, Vector3 b, Vector3 c) | Utility | static |