reactphysics3d/src/mathematics
Daniel Chappuis 4ca42f9392 Clean the code :
- Use the mVariable syntax for member variables
- Every lines contain at most 100 characters
- Add private copy-constructor and assignment operators when needed
2012-10-09 22:21:02 +02:00
..
mathematics_functions.h Add error correction using first world order projection (not active by default), change the Shape class into Collider class, add the new decimal type in order to easily switch between single and double precision 2012-01-18 23:06:33 +00:00
mathematics.h Clean the code : 2012-10-09 22:21:02 +02:00
Matrix3x3.cpp Clean the code : 2012-10-09 22:21:02 +02:00
Matrix3x3.h Clean the code : 2012-10-09 22:21:02 +02:00
Quaternion.cpp Clean the code : 2012-10-09 22:21:02 +02:00
Quaternion.h Clean the code : 2012-10-09 22:21:02 +02:00
Transform.cpp Clean the code : 2012-10-09 22:21:02 +02:00
Transform.h Clean the code : 2012-10-09 22:21:02 +02:00
Vector3.cpp Clean the code : 2012-10-09 22:21:02 +02:00
Vector3.h Clean the code : 2012-10-09 22:21:02 +02:00