khaledosman / terasoft-12

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

edit Physics library #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
add class LinearMotion
Vector3 GetVectorInDirectionOf(float magnitude, Vector3 anotherVector)
TimeSpan CalculateTime(float initialVelocity, float finalVelocity, float 
acceleration)
Vector3 CalculateDisplacement(Vector3 initialVelocity, float acceleration, 
TimeSpan time)
Vector3 CalculateInitialVelocity(Vector3 displacement, float finalVelocity, 
float acceleration)

Original issue reported on code.google.com by bishoyba...@gmail.com on 24 May 2012 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 25 May 2012 at 3:47