]> Dogcows Code - chaz/yoink/blob - src/moof/rigid_body.cc
global gravity for rigid bodies
[chaz/yoink] / src / moof / 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.031104 seconds and 4 git commands to generate.