Data structure to store 2-dimensional informations (2D vectors)
More...
#include <hpp/rbprm/sampling/heuristic-tools.hh>
Data structure to store 2-dimensional informations (2D vectors)
◆ Vec2D() [1/3]
hpp::rbprm::sampling::Vec2D::Vec2D |
( |
| ) |
|
|
inline |
◆ Vec2D() [2/3]
hpp::rbprm::sampling::Vec2D::Vec2D |
( |
double |
xx, |
|
|
double |
yy |
|
) |
| |
|
inline |
◆ Vec2D() [3/3]
hpp::rbprm::sampling::Vec2D::Vec2D |
( |
const Vec2D & |
c2D | ) |
|
|
inline |
◆ euclideanDist()
static double hpp::rbprm::sampling::Vec2D::euclideanDist |
( |
const Vec2D & |
v1, |
|
|
const Vec2D & |
v2 |
|
) |
| |
|
static |
◆ operator=()
Vec2D & hpp::rbprm::sampling::Vec2D::operator= |
( |
const Vec2D & |
c | ) |
|
◆ operator[]() [1/2]
double & hpp::rbprm::sampling::Vec2D::operator[] |
( |
int |
idx | ) |
|
◆ operator[]() [2/2]
double hpp::rbprm::sampling::Vec2D::operator[] |
( |
int |
idx | ) |
const |
double hpp::rbprm::sampling::Vec2D::x |
double hpp::rbprm::sampling::Vec2D::y |
The documentation for this struct was generated from the following file: