Loading...
Searching...
No Matches
Vector2.hh File Reference
#include <ignition/math/Helpers.hh>
#include <ignition/math/config.hh>
Include dependency graph for Vector2.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::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)