Inherits opentl::math::Vector.
Public Member Functions | |
| Vector6 (double v1, double v2, double v3, double v4, double v5, double v6) | |
| Vector6 (const Matrix &m) | |
| Vector6 (const Vector6 &m) | |
| Vector6 () | |
| virtual | ~Vector6 () |
| opentl::math::Vector6::Vector6 | ( | ) |
constructor
| opentl::math::Vector6::Vector6 | ( | const Vector6 & | m | ) |
constructor based on an existing Vector6
| m | existing matrix |
| opentl::math::Vector6::Vector6 | ( | const Matrix & | m | ) | [explicit] |
constructor based on an existing matrix
| m | existing matrix |
| opentl::math::Vector6::Vector6 | ( | double | v1, | |
| double | v2, | |||
| double | v3, | |||
| double | v4, | |||
| double | v5, | |||
| double | v6 | |||
| ) |
constructor taking vector data
| v1,v2,v3,v4,v5,v6 | vector data |
| virtual opentl::math::Vector6::~Vector6 | ( | ) | [virtual] |
destructor
1.5.8