wykobi::vector2d< T > Class Template Reference

#include <biped-stabilizer/third_party/wykobi/wykobi.hpp>

Inheritance diagram for wykobi::vector2d< T >:
Collaboration diagram for wykobi::vector2d< T >:

Public Member Functions

 vector2d (const T &_x=T(0.0), const T &_y=T(0.0))
 
vector2d< T > & operator= (const vectornd< T, 2 > &vec)
 
- Public Member Functions inherited from wykobi::point2d< T >
 point2d ()
 
 point2d (const pointnd< T, 2 > &point)
 
 ~point2d ()
 
point2d< T > & operator= (const pointnd< T, 2 > &point)
 
reference operator() (const std::size_t &index)
 
const_reference operator() (const std::size_t &index) const
 
reference operator[] (const std::size_t &index)
 
const_reference operator[] (const std::size_t &index) const
 

Additional Inherited Members

- Public Types inherited from wykobi::point2d< T >
typedef T type
 
typedef typereference
 
- Public Attributes inherited from wykobi::point2d< T >
const typedef typeconst_reference
 
x
 
y
 

Constructor & Destructor Documentation

◆ vector2d()

template<typename T >
wykobi::vector2d< T >::vector2d ( const T &  _x = T(0.0),
const T &  _y = T(0.0) 
)
inline

Member Function Documentation

◆ operator=()

template<typename T >
vector2d<T>& wykobi::vector2d< T >::operator= ( const vectornd< T, 2 > &  vec)
inline

The documentation for this class was generated from the following file: