YARP
Yet Another Robot Platform
Vec2D.h File Reference
#include <yarp/math/api.h>
#include <yarp/os/Portable.h>
#include <yarp/sig/Matrix.h>
#include <yarp/sig/Vector.h>
#include <type_traits>
+ Include dependency graph for Vec2D.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Functions

template<typename T >
yarp::math::Vec2D< T > operator+ (yarp::math::Vec2D< T > lhs, const yarp::math::Vec2D< T > &rhs)
 
template<typename T >
yarp::math::Vec2D< T > operator- (yarp::math::Vec2D< T > lhs, const yarp::math::Vec2D< T > &rhs)
 
template<typename T >
yarp::math::Vec2D< T > operator* (const yarp::sig::Matrix &lhs, yarp::math::Vec2D< T > rhs)
 

Function Documentation

◆ operator*()

template<typename T >
yarp::math::Vec2D<T> operator* ( const yarp::sig::Matrix lhs,
yarp::math::Vec2D< T >  rhs 
)

Definition at line 203 of file Vec2D.cpp.

◆ operator+()

template<typename T >
yarp::math::Vec2D<T> operator+ ( yarp::math::Vec2D< T >  lhs,
const yarp::math::Vec2D< T > &  rhs 
)

Definition at line 213 of file Vec2D.cpp.

◆ operator-()

template<typename T >
yarp::math::Vec2D<T> operator- ( yarp::math::Vec2D< T >  lhs,
const yarp::math::Vec2D< T > &  rhs 
)

Definition at line 220 of file Vec2D.cpp.