Inheritance diagram for Fixed4dPoint:

Definition at line 756 of file Geometry.H.
Public Member Functions | |
| Fixed4dPoint () | |
| Fixed4dPoint (const T &value) | |
Allocate a point and set the values of its elements to value. | |
| Fixed4dPoint (const T &x, const T &y, const T &z, const T &t) | |
| Allocate a point and set the values of its elements. | |
| Fixed4dPoint (const Fixed4dPoint< T > &point) | |
| ~Fixed4dPoint () | |
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 |
| |
| Fixed4dPoint | ( | ) | [inline] |
Definition at line 758 of file Geometry.H.
| Fixed4dPoint | ( | const T & | value | ) | [inline] |
Allocate a point and set the values of its elements to value.
| [in] | value | The initial value of the point elements. |
Definition at line 761 of file Geometry.H.
| Fixed4dPoint | ( | const T & | x, | |
| const T & | y, | |||
| const T & | z, | |||
| const T & | t | |||
| ) | [inline] |
Allocate a point 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 767 of file Geometry.H.
References LocalArray::operator()().
| Fixed4dPoint | ( | const Fixed4dPoint< T > & | point | ) | [inline] |
Definition at line 773 of file Geometry.H.
| ~Fixed4dPoint | ( | ) | [inline] |
Definition at line 774 of file Geometry.H.
| T& x | ( | ) | [inline] |
Definition at line 781 of file Geometry.H.
References LocalArray::operator()().
| T& y | ( | ) | [inline] |
Definition at line 783 of file Geometry.H.
References LocalArray::operator()().
| T& z | ( | ) | [inline] |
Definition at line 785 of file Geometry.H.
References LocalArray::operator()().
| T& t | ( | ) | [inline] |
Definition at line 787 of file Geometry.H.
References LocalArray::operator()().
| const T& x | ( | ) | const [inline] |
Definition at line 790 of file Geometry.H.
References LocalArray::operator()().
| const T& y | ( | ) | const [inline] |
Definition at line 792 of file Geometry.H.
References LocalArray::operator()().
| const T& z | ( | ) | const [inline] |
Definition at line 794 of file Geometry.H.
References LocalArray::operator()().
| const T& t | ( | ) | const [inline] |
Definition at line 796 of file Geometry.H.
References LocalArray::operator()().
1.5.1