From 8a9ea82d7d0d93076dd02246933460622a8615b0 Mon Sep 17 00:00:00 2001 From: Dander7BD Date: Fri, 22 Nov 2013 11:17:14 +0100 Subject: [PATCH] Added a namespace to PhysicsAPI + namespace MomentOfInertia --- Code/GamePhysics/PhysicsAPI.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Code/GamePhysics/PhysicsAPI.h b/Code/GamePhysics/PhysicsAPI.h index c1f6ef43..b78c19df 100644 --- a/Code/GamePhysics/PhysicsAPI.h +++ b/Code/GamePhysics/PhysicsAPI.h @@ -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: