Verlet Structure
Saturday, July 31st, 2010A simple demonstration of Verlet structure based on AdvancED ActionScript 3.0 Animation by Keith Peters
Math and (Quasi) Physics in Action Script 3 – Verlet Structure

Verlet integration is a numerical method used to integrate Newton’s equations of motion. It is frequently used to calculate trajectories of particles in molecular dynamics simulations and video games. The verlet integrator offers greater stability than the much simpler Euler method, as well as other properties that are important in physical systems such as time-reversibility and area preserving properties.






