Project

General

Profile

Motion » History » Version 2

Version 1 (Andrej Cimperšek, 05/09/2010 09:48 PM) → Version 2/4 (Andrej Cimperšek, 05/24/2010 01:19 AM)

h1. Motion

!https://redmine.pint.upr.si/attachments/download/337/API_motion.png!

<pre><code class="java">
/**
* Motion API
* @author Andrej Cimperšek
*/
public interface Motion {
//TODO: preglej Motion.cs
}
</code></pre>