Closed GoogleCodeExporter closed 9 years ago
Cena, please update the PerformanceGraph class to have these functions and variables: Variables: private int stageWidth, stageHeight; private Vector2 point1; private Vector2 point2; private Color curveColor; private List<float> player1Displacement = new List<float>(); private List<float> player2Displacement = new List<float>(); private List<float> player1Velocity; private List<float> player2Velocity; private List<float> player1Acceleration; private List<float> player2Acceleration; private List<float> optimumDisplacement = new List<float>(); private List<float> optimumVelocity = new List<float>(); private List<float> optimumAcceleration = new List<float>(); private List<String> commandsList = new List<String>(); private List<double> timeSpaces = new List<double>(); private double totalTime; private float maxVelocity; private float maxAcceleration; private double[] xAxis = new double[5]; private double[] yAxisDisplacement = new double[5]; private double[] yAxisVelocity = new double[5]; private double[] yAxisAcceleration = new double[5]; private float previousDisp; private float previousVelo; private float previousAcc; private int trackLength; private List<double> timings1; private List<double> timings2; private List<double> timings3 = new List<double>(); Functions: GetCum1() GetCum2()
Original issue reported on code.google.com by asamg...@gmail.com on 24 May 2012 at 5:48
asamg...@gmail.com
Original comment by mk.cena92 on 24 May 2012 at 8:18
mk.cena92
Original issue reported on code.google.com by
asamg...@gmail.com
on 24 May 2012 at 5:48