]> Dogcows Code - chaz/yoink/blob - rigid_body.cc
ce409b47c2fcd2fd51b7ccf2630548a6062bdb66
[chaz/yoink] / rigid_body.cc
1
2 /*] Copyright (c) 2009-2011, Charles McGarvey [*****************************
3 **] All rights reserved.
4 *
5 * Distributable under the terms and conditions of the 2-clause BSD license;
6 * see the file COPYING for a complete text of the license.
7 *
8 *****************************************************************************/
9
10 #include "math.hh"
11
12
13 namespace moof {
14
15
16 scalar global_acceleration;
17
18
19 } // namespace moof
20
This page took 0.042451 seconds and 3 git commands to generate.