khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

Class diagram amendment request #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cena, please add the class GraphEngine with the following functions:

static List<float> Differentiate(List<float> VelocityList, List<double> timings)

static List<double> GetTimings(List<double> time)

static void DrawGraphs(PerformanceGraph g, List<float> vel1, List<double> 
timings1, List<float> vel2, List<double> timings2, List<String> Commands, 
List<double> time, double player1disqtime, double player2disqtime, int gwidth, 
int gheight, int length)

static void SetTimeSlices(PerformanceGraph g, List<double> time, List<String> 
commands)

static double GetTotalTime(PerformanceGraph g)

static void ReflexOptimum(PerformanceGraph g)

static void SetMaximum(PerformanceGraph g)

static double GetGraphPosition(PerformanceGraph g, float value, int Height, 
float y)

static int HandleNegative(int graph, float range, int Height)

static void SetAxis(PerformanceGraph g)

static List<float> Integral(PerformanceGraph g, List<float> x, List<double> 
time)

static double GetNearestDisqualificationTime(double n, List<double> timings)

static float GetValue(List<double> timings, double time, List<float> list)

Original issue reported on code.google.com by asamg...@gmail.com on 24 May 2012 at 5:55

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 24 May 2012 at 8:24