#include <R2Arma.h>

Public Member Functions | |
| Velocity2DArma () | |
| Default constructor. | |
| Velocity2DArma (const Decimal &x_in, const Decimal &y_in) | |
| Decimal x y z constructor. | |
| Velocity2DArma (const Velocity2DArma &p) | |
| Copy constructor. | |
| Velocity2DArma (Position2DArma p) | |
| Position2DArma constructor. | |
| Velocity2DArma (const Position &pos) | |
| Copy constructor. | |
| Velocity2DArma (const arma::Mat< Decimal > &A) | |
| Copy constructor. | |
| Velocity2DArma & | operator= (const Velocity2DArma &rhs) |
| Assignment operator. | |
| bool | operator== (const Velocity2DArma &other) const |
| Operator ==. | |
| string | print (PrintTypes type=PRINT_TYPE_WITH_UNITS) const |
| Prints the values. | |
| MipBaselib::Velocity2DArma::Velocity2DArma | ( | ) | [inline] |
Default constructor.
Decimal x y z constructor.
| Velocity2DArma::Velocity2DArma | ( | const Velocity2DArma & | p | ) |
Copy constructor.
| MipBaselib::Velocity2DArma::Velocity2DArma | ( | Position2DArma | p | ) | [inline] |
Position2DArma constructor.
| MipBaselib::Velocity2DArma::Velocity2DArma | ( | const Position & | pos | ) | [inline] |
Copy constructor.
| MipBaselib::Velocity2DArma::Velocity2DArma | ( | const arma::Mat< Decimal > & | A | ) | [inline] |
Copy constructor.
| Velocity2DArma & Velocity2DArma::operator= | ( | const Velocity2DArma & | rhs | ) |
Assignment operator.
| bool Velocity2DArma::operator== | ( | const Velocity2DArma & | other | ) | const |
Operator ==.
| string Velocity2DArma::print | ( | PrintTypes | type = PRINT_TYPE_WITH_UNITS |
) | const |
Prints the values.
1.5.6