#include <ignition/math/Matrix4.hh>
#include <ignition/math/Helpers.hh>
#include <ignition/math/config.hh>
Go to the source code of this file.
Classes | |
class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector4< T > |
T Generic x, y, z, w vector. More... |
Namespaces | |
namespace | ignition |
namespace | ignition::math |
Math classes and function useful in robot applications. | |
namespace | ignition::math::IGNITION_MATH_VERSION_NAMESPACE |
Typedefs | |
typedef Vector4< double > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector4d |
typedef Vector4< float > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector4f |
typedef Vector4< int > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector4i |
Variables | |
template<typename T> | |
const Vector4< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector4< T >::One (1, 1, 1, 1) |
template<typename T> | |
const Vector4< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector4< T >::Zero (0, 0, 0, 0) |