Added a namespace to PhysicsAPI
+ namespace MomentOfInertia
This commit is contained in:
parent
dad958b612
commit
8a9ea82d7d
|
@ -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.
|
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
|
class API
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue