Gazebo Math

API Reference

8.0.0~pre1
Matrix3.hh File Reference
#include <algorithm>
#include <cstring>
#include <utility>
#include <gz/math/Helpers.hh>
#include <gz/math/Vector3.hh>
#include <gz/math/Quaternion.hh>
#include <gz/math/config.hh>

Go to the source code of this file.

Classes

class  Matrix3< T >
 A 3x3 matrix class. More...
 

Namespaces

namespace  gz
 
namespace  gz::math
 

Typedefs

typedef Matrix3< doubleMatrix3d
 typedef Matrix3<double> as Matrix3d.
 
typedef Matrix3< floatMatrix3f
 typedef Matrix3<float> as Matrix3f.
 
typedef Matrix3< intMatrix3i
 typedef Matrix3<int> as Matrix3i.