Fundamental Dynamic Equation
As we discretize our cloth with nodes(masses), we can use the Newton Fundamental Dynamic Equation :
This equation is a second order differential equation
where m is the mass, F the forces and x the acceleration.
At this point, what we have to do is to retrieve the velocity and the
position of each node each time step. To achieve this, we must integrate
this differential equation.

|