Back to project page Verlet.
The source code is released under:
Copyright 2013 Devicement http://devicement.com/ Copyright 2013 Sub Protocol and other contributors http://subprotocol.com/ Permission is hereby granted, free of charge, to any person obtaining a co...
If you think the Android project Verlet 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 org.verletandroid.componets; /*www. jav a2 s . c o m*/ /** * Created with IntelliJ IDEA. * User: George * Date: 28.04.13 * Time: 15:14 * To change this template use File | Settings | File Templates. */ public interface IUpdatable { void update(float deltaTime); }