Loading...
Searching...
No Matches
Matrix4.hh File Reference
#include <algorithm>
#include <ignition/math/Helpers.hh>
#include <ignition/math/Matrix3.hh>
#include <ignition/math/Vector3.hh>
#include <ignition/math/Pose3.hh>
#include <ignition/math/config.hh>
Include dependency graph for Matrix4.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4< T >
 A 4x4 matrix class. More...

Namespaces

namespace  ignition
namespace  ignition::math
 Math classes and function useful in robot applications.
namespace  ignition::math::IGNITION_MATH_VERSION_NAMESPACE

Typedefs

typedef Matrix4< double > ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4d
typedef Matrix4< float > ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4f
typedef Matrix4< int > ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4i

Variables

template<typename T>
const Matrix4< T > ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4< T >::Identity (1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
template<typename T>
const Matrix4< T > ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix4< T >::Zero (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)