blob: 5136c33b30254ec239da417ac4ebc62dc24c0e70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/**
@mainpage Open Dynamics Engine API Reference
<center><em>This document is © Russell Smith and the ODE Project</em></center>
The Open Dynamics Engine (ODE) is a free, industrial quality library for
simulating articulated rigid body dynamics. ODE is being developed by
<a href="http://www.q12.org/">Russell Smith</a> with help from several
<a href="http://ode.org/community.html">contributors</a>.
This document describes the library API. For a more general introduction
to ODE, please see the <a href="http://opende.sourceforge.net/wiki/index.php/Manual">
Online Handbook</a>.
<h2>Important: this document is not yet complete!</h2>
We are still working on getting the full API documentated. In the meantime,
please refer to the <a href="http://opende.sourceforge.net/wiki/index.php/Manual">
Online Handbook</a>
*/
|