Inheritance diagram for Fixed3dVector:
Definition at line 710 of file Geometry.H.
Public Member Functions | |
Fixed3dVector () | |
Fixed3dVector (const T &value) | |
Allocate a vector and set the values of its elements to value . | |
Fixed3dVector (const T &x, const T &y, const T &z) | |
Allocate a vector and set the values of its elements. | |
Fixed3dVector (const Fixed3dVector< T > &vector) | |
~Fixed3dVector () | |
Element access | |
T & | x () |
| |
T & | y () |
| |
T & | z () |
| |
const T & | x () const |
| |
const T & | y () const |
| |
const T & | z () const |
|
Fixed3dVector | ( | ) | [inline] |
Definition at line 712 of file Geometry.H.
Fixed3dVector | ( | const T & | value | ) | [inline] |
Allocate a vector and set the values of its elements to value
.
[in] | value | The initial value of the vector elements. |
Definition at line 715 of file Geometry.H.
Fixed3dVector | ( | const T & | x, | |
const T & | y, | |||
const T & | z | |||
) | [inline] |
Allocate a vector and set the values of its elements.
[in] | x | The initial value of the first element. |
[in] | y | The initial value of the second element. |
[in] | z | The initial value of the third element. |
Definition at line 720 of file Geometry.H.
References LocalArray::operator()().
Fixed3dVector | ( | const Fixed3dVector< T > & | vector | ) | [inline] |
Definition at line 725 of file Geometry.H.
~Fixed3dVector | ( | ) | [inline] |
Definition at line 726 of file Geometry.H.
T& x | ( | ) | [inline] |
Definition at line 733 of file Geometry.H.
References LocalArray::operator()().
T& y | ( | ) | [inline] |
Definition at line 735 of file Geometry.H.
References LocalArray::operator()().
T& z | ( | ) | [inline] |
Definition at line 737 of file Geometry.H.
References LocalArray::operator()().
const T& x | ( | ) | const [inline] |
Definition at line 740 of file Geometry.H.
References LocalArray::operator()().
const T& y | ( | ) | const [inline] |
Definition at line 742 of file Geometry.H.
References LocalArray::operator()().
const T& z | ( | ) | const [inline] |
Definition at line 744 of file Geometry.H.
References LocalArray::operator()().