khaledosman / terasoft-12

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

Class Diagram Adjusmtents #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the Class: User2
Instance Variables added:
        private Vector3 finalHandPosition;
        private double currentAngle;
        private double startPosition;
        private TimeSpan currentTime;
        private TimeSpan startTime;
        private bool shooting;
        private bool beforeHip;
        private double previousAngle;
        private double angleBeingMeasured;
        private double measuredVelocity;
These Methods have been modified:
int measureVelocity() -> void measureVelocity()
double measureAngle() -> void measureAngle(Gametime gameTime)

Original issue reported on code.google.com by mohamedra2fat on 25 Apr 2012 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 27 Apr 2012 at 5:26