Maven module :un.api : api-physics :
Class :
un.api.physic.integration.VerletIntegrator
Extends/Implements :
un.api.physic.integration.AbstractIntegrator
Subclasses : -
Variables : -
Functions :
VerletIntegrator,
update
public void
VerletIntegrator (int worldDimension)
public void
update (World world, double timeellapsed)
http://en.wikipedia.org/wiki/Verlet_integration#Velocity_Verlet
tutorials :
http://gamedevelopment.tutsplus.com/tutorials/simulate-tearable-cloth-and-ragdolls-with-simple-verlet-integration--gamedev-519
http://www.gamedev.net/page/resources/_/technical/math-and-physics/a-verlet-based-approach-for-2d-game-physics-r2714
http://graphics.cs.cmu.edu/nsp/course/15-869/2006/papers/jakobsen.htm
author Johann Sorel