#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>
Go to the source code of this file.
|
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) |