Closed GoogleCodeExporter closed 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
asamg...@gmail.com
Original comment by mk.cena92 on 24 May 2012 at 8:24
mk.cena92
Original issue reported on code.google.com by
asamg...@gmail.com
on 24 May 2012 at 5:55