Rosetta 3.3
|
#include <ColVectors.hh>
Public Member Functions | |
ColVectors (xyzVector< T > const &x_a, xyzVector< T > const &y_a, xyzVector< T > const &z_a) | |
Column vectors constructor. | |
xyzVector< T > const | x () const |
x column | |
xyzVector< T > const | y () const |
y column | |
xyzVector< T > const | z () const |
z column | |
Friends | |
class | numeric::xyzMatrix |
numeric::ColVectors< T >::ColVectors | ( | xyzVector< T > const & | x_a, |
xyzVector< T > const & | y_a, | ||
xyzVector< T > const & | z_a | ||
) | [inline] |
Column vectors constructor.
xyzVector< T > const numeric::ColVectors< T >::x | ( | ) | const [inline] |
x column
xyzVector< T > const numeric::ColVectors< T >::y | ( | ) | const [inline] |
y column
xyzVector< T > const numeric::ColVectors< T >::z | ( | ) | const [inline] |
z column
friend class numeric::xyzMatrix [friend] |