git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@153 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2009-07-02 20:44:43 +00:00
parent c90599d9a0
commit 9eacac84af
2 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@
#include "mathematics.h" #include "mathematics.h"
#include <cassert> #include <cassert>
// Namespaces // Namespace
using namespace reactphysics3d; using namespace reactphysics3d;
// Constructor of the class // Constructor of the class

View File

@ -34,8 +34,7 @@ namespace reactphysics3d {
q = (x*i, y*j, z*k, w) to represent a quaternion. q = (x*i, y*j, z*k, w) to represent a quaternion.
------------------------------------------------------------------- -------------------------------------------------------------------
*/ */
class Quaternion class Quaternion {
{
private : private :
double x; // Component x of the quaternion double x; // Component x of the quaternion
double y; // Component y of the quaternion double y; // Component y of the quaternion