Inheritance diagram for CVector:

Provides a weight value.
Definition at line 246 of file RobotTypes.H.
Public Member Functions | |
| CVector () | |
| CVector (const double &x, const double &y) | |
| CVector (const double &x, const double &y, const double &value) | |
| void | x (const double &x) |
| void | y (const double &y) |
| const double | x () const |
| const double | y () const |
| CVector | ( | ) | [inline] |
Definition at line 248 of file RobotTypes.H.
References FixedNdWeightedVector< double, double, 2 >::value().
| CVector | ( | const double & | x, | |
| const double & | y | |||
| ) | [inline] |
Definition at line 249 of file RobotTypes.H.
References FixedNdWeightedVector< double, double, 2 >::value().
| CVector | ( | const double & | x, | |
| const double & | y, | |||
| const double & | value | |||
| ) | [inline] |
Definition at line 250 of file RobotTypes.H.
References FixedNdWeightedVector< double, double, 2 >::value().
| void x | ( | const double & | x | ) | [inline] |
Definition at line 252 of file RobotTypes.H.
| void y | ( | const double & | y | ) | [inline] |
Definition at line 253 of file RobotTypes.H.
| const double x | ( | ) | const [inline] |
Definition at line 255 of file RobotTypes.H.
| const double y | ( | ) | const [inline] |
Definition at line 256 of file RobotTypes.H.
1.5.1