Graph Maker
WMG_Util Member List

This is the complete list of members for WMG_Util, including all inherited members.

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