Inheritance diagram for Fixed4dVector:

Definition at line 808 of file Geometry.H.
Public Member Functions | |
| Fixed4dVector () | |
| Fixed4dVector (const T &value) | |
Allocate a vector and set the values of its elements to value. | |
| Fixed4dVector (const T &x, const T &y, const T &z, const T &t) | |
| Allocate a vector and set the values of its elements. | |
| Fixed4dVector (const Fixed4dVector< T > &vector) | |
| ~Fixed4dVector () | |
Element access | |
| T & | x () |
| |
| T & | y () |
| |
| T & | z () |
| |
| T & | t () |
| |
| const T & | x () const |
| |
| const T & | y () const |
| |
| const T & | z () const |
| |
| const T & | t () const |
| |
| Fixed4dVector | ( | ) | [inline] |
Definition at line 810 of file Geometry.H.
| Fixed4dVector | ( | 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 813 of file Geometry.H.
| Fixed4dVector | ( | const T & | x, | |
| const T & | y, | |||
| const T & | z, | |||
| const T & | t | |||
| ) | [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. |
| [in] | t | The initial value of the fourth element. |
Definition at line 819 of file Geometry.H.
References LocalArray::operator()().
| Fixed4dVector | ( | const Fixed4dVector< T > & | vector | ) | [inline] |
Definition at line 825 of file Geometry.H.
| ~Fixed4dVector | ( | ) | [inline] |
Definition at line 826 of file Geometry.H.
| T& x | ( | ) | [inline] |
Definition at line 833 of file Geometry.H.
References LocalArray::operator()().
| T& y | ( | ) | [inline] |
Definition at line 835 of file Geometry.H.
References LocalArray::operator()().
| T& z | ( | ) | [inline] |
Definition at line 837 of file Geometry.H.
References LocalArray::operator()().
| T& t | ( | ) | [inline] |
Definition at line 839 of file Geometry.H.
References LocalArray::operator()().
| const T& x | ( | ) | const [inline] |
Definition at line 842 of file Geometry.H.
References LocalArray::operator()().
| const T& y | ( | ) | const [inline] |
Definition at line 844 of file Geometry.H.
References LocalArray::operator()().
| const T& z | ( | ) | const [inline] |
Definition at line 846 of file Geometry.H.
References LocalArray::operator()().
| const T& t | ( | ) | const [inline] |
Definition at line 848 of file Geometry.H.
References LocalArray::operator()().
1.5.1