Recent content by Zav
-
Z
Undergrad How Can I Fix the Error in My 3D Motion Simulation?
hi, i try to build a simulation of an object in 3d space. the object is point object with properties like this: p : current position of an object. v : current velocity of an object. f : current force applied on an object. m : object's mass (1 kg) dt : time elapsed since previous step...