Graph Maker
|
This is the complete list of members for WMG_Util, including all inherited members.
createSprite(int x, int y) | WMG_Util | static |
createTexture(int x, int y) | WMG_Util | static |
ExpressionEvaluator(List< string > rpnString, float x) | WMG_Util | static |
FormatValueLabel(string text, WMG_Enums.labelTypes labelType, float value, float percent, int numDecimals) | WMG_Util | static |
GenCircular(int numPoints, float a, float b, float c, float degreeOffset=0) | WMG_Util | static |
GenExponential(int numPoints, float minX, float maxX, float a, float b, float c) | WMG_Util | static |
GenLinear(int numPoints, float minX, float maxX, float a, float b) | WMG_Util | static |
GenLogarithmic(int numPoints, float minX, float maxX, float a, float b, float c) | WMG_Util | static |
GenQuadratic(int numPoints, float minX, float maxX, float a, float b, float c) | WMG_Util | static |
GenRadar(List< float > data, float a, float b, float degreeOffset) | WMG_Util | static |
GenRandomList(int numPoints, float min, float max) | WMG_Util | static |
GenRandomXY(int numPoints, float minX, float maxX, float minY, float maxY) | WMG_Util | static |
GenRandomY(int numPoints, float minX, float maxX, float minY, float maxY) | WMG_Util | static |
LineIntersectsCircle(float x0, float y0, float x1, float y1, float x2, float y2, float r) | WMG_Util | static |
LineSegmentsIntersect(float p1x, float p1y, float p2x, float p2y, float p3x, float p3y, float p4x, float p4y) | WMG_Util | static |
listChanged< T >(bool editorChange, ref WMG_List< T > w_list, ref List< T > list, bool oneValChanged, int index) | WMG_Util | static |
RemapFloat(float val, float start1, float end1, float start2, float end2) | WMG_Util | static |
RemapVec2(float val, float start1, float end1, Vector2 start2, Vector2 end2) | WMG_Util | static |
ShuntingYardAlgorithm(string input) | WMG_Util | static |
SwapVals< T >(ref T val1, ref T val2) | WMG_Util | static |
SwapValsList< T >(ref List< T > val1, ref List< T > val2) | WMG_Util | static |
updateBandColors(ref Color[] colors, float maxSize, float inner, float outer, bool antiAliasing, float antiAliasingStrength, Color[] orig=null) | WMG_Util | static |
updateCacheAndFlag< T >(ref T cache, T val, ref bool flag) | WMG_Util | static |
updateCacheAndFlagList< T >(ref List< T > cache, List< T > val, ref bool flag) | WMG_Util | static |