#include <yarp/math/api.h>
#include <yarp/os/Portable.h>
#include <yarp/sig/Matrix.h>
#include <yarp/sig/Vector.h>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | yarp::math::Vec2D< T > |
Namespaces | |
yarp | |
The main, catch-all namespace for YARP. | |
yarp::math | |
template yarp::math::Vec2D<double> operator* | ( | const yarp::sig::Matrix & | lhs, |
yarp::math::Vec2D< double > | rhs | ||
) |
template yarp::math::Vec2D<int> operator* | ( | const yarp::sig::Matrix & | lhs, |
yarp::math::Vec2D< int > | rhs | ||
) |
yarp::math::Vec2D<T> operator* | ( | const yarp::sig::Matrix & | lhs, |
yarp::math::Vec2D< T > | rhs | ||
) |
template yarp::math::Vec2D<double> operator+ | ( | yarp::math::Vec2D< double > | lhs, |
const yarp::math::Vec2D< double > & | rhs | ||
) |
template yarp::math::Vec2D<int> operator+ | ( | yarp::math::Vec2D< int > | lhs, |
const yarp::math::Vec2D< int > & | rhs | ||
) |
yarp::math::Vec2D<T> operator+ | ( | yarp::math::Vec2D< T > | lhs, |
const yarp::math::Vec2D< T > & | rhs | ||
) |
template yarp::math::Vec2D<double> operator- | ( | yarp::math::Vec2D< double > | lhs, |
const yarp::math::Vec2D< double > & | rhs | ||
) |
template yarp::math::Vec2D<int> operator- | ( | yarp::math::Vec2D< int > | lhs, |
const yarp::math::Vec2D< int > & | rhs | ||
) |
yarp::math::Vec2D<T> operator- | ( | yarp::math::Vec2D< T > | lhs, |
const yarp::math::Vec2D< T > & | rhs | ||
) |