MathTypes.hh
Go to the documentation of this file.
00001 #ifndef GAZEBO_MATH_TYPES_HH
00002 #define GAZEBO_MATH_TYPES_HH
00003 
00007 namespace gazebo
00008 {
00009   namespace math
00010   {
00011     class Quaternion;
00012     class Vector2i;
00013     class Vector2d;
00014     class Vector3;
00015     class Vector4;
00016     class Box;
00017     class Plane;
00018     class Angle;
00019     class Matrix3;
00020     class Matrix4;
00021     class Rand;
00022   }
00023 }
00024  
00025 #endif