Back to project page OpenGL-2D-Engine.
The source code is released under:
Apache License
If you think the Android project OpenGL-2D-Engine listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.foolish.a2de.physics; import com.foolish.a2de.graphics.Shape; public interface IPhysics2D { public void applyPhysics(Shape shape); }