package scalation /** The physics package contains classes, traits and objects for * for simulation oriented games. It utilizes ODE and PDE solvers * from the scalation package to move objects in either 2D or 3D * canvases/scene graphs. * @see http://buildnewgames.com/gamephysics/ */ package object physics { }