git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@153 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
c90599d9a0
commit
9eacac84af
|
@ -21,7 +21,7 @@
|
|||
#include "mathematics.h"
|
||||
#include <cassert>
|
||||
|
||||
// Namespaces
|
||||
// Namespace
|
||||
using namespace reactphysics3d;
|
||||
|
||||
// Constructor of the class
|
||||
|
|
|
@ -34,8 +34,7 @@ namespace reactphysics3d {
|
|||
q = (x*i, y*j, z*k, w) to represent a quaternion.
|
||||
-------------------------------------------------------------------
|
||||
*/
|
||||
class Quaternion
|
||||
{
|
||||
class Quaternion {
|
||||
private :
|
||||
double x; // Component x of the quaternion
|
||||
double y; // Component y of the quaternion
|
||||
|
|
Loading…
Reference in New Issue
Block a user