Added a namespace to PhysicsAPI

+ namespace MomentOfInertia
This commit is contained in:
Dander7BD 2013-11-22 11:17:14 +01:00
parent dad958b612
commit 8a9ea82d7d
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ namespace Oyster
const float gravity_constant = (const float)6.67284e-11; // The _big_G_! ( N(m/kg)^2 ) Used in real gravityforcefields.
}
namespace MomentOfInertia
{
//! @todo TODO: add forward methods to Oyster::Physics3D::Formula::MomentOfInertia
}
class API
{
public: