Go to the source code of this file.
Classes | |
| class | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector2< T > |
| Two dimensional (x, y) 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 Vector2< double > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector2d |
| typedef Vector2< float > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector2f |
| typedef Vector2< int > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector2i |
Variables | |
| template<typename T> | |
| const Vector2< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector2< T >::One (1, 1) |
| template<typename T> | |
| const Vector2< T > | ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Vector2< T >::Zero (0, 0) |