Runge-Kutta in Swift December 12, 2019 by G.J. Parker with No Comment computingiOSmacOSPhysicsswift Apple’s Scene Kit has a built in physics engine. However, we discovered it wasn’t accurate for particular cases. We decided to replace the physics engine with a Runge-Kutta method. ...