Inheritance diagram for Fixed2dPoint:

Definition at line 584 of file Geometry.H.
Public Member Functions | |
| Fixed2dPoint () | |
| Fixed2dPoint (const T &value) | |
Allocate a point and set the values of its elements to value. | |
| Fixed2dPoint (const T &x, const T &y) | |
| Allocate a point and set the values of its elements. | |
| Fixed2dPoint (const Fixed2dPoint< T > &point) | |
| ~Fixed2dPoint () | |
Element access | |
| T & | x () |
| |
| T & | y () |
| |
| const T & | x () const |
| |
| const T & | y () const |
| |
| Fixed2dPoint | ( | ) | [inline] |
Definition at line 586 of file Geometry.H.
| Fixed2dPoint | ( | 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 589 of file Geometry.H.
| Fixed2dPoint | ( | const T & | x, | |
| const T & | y | |||
| ) | [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. |
Definition at line 593 of file Geometry.H.
References LocalArray::operator()().
| Fixed2dPoint | ( | const Fixed2dPoint< T > & | point | ) | [inline] |
Definition at line 597 of file Geometry.H.
| ~Fixed2dPoint | ( | ) | [inline] |
Definition at line 598 of file Geometry.H.
| T& x | ( | ) | [inline] |
Definition at line 605 of file Geometry.H.
References LocalArray::operator()().
| T& y | ( | ) | [inline] |
Definition at line 607 of file Geometry.H.
References LocalArray::operator()().
| const T& x | ( | ) | const [inline] |
Definition at line 610 of file Geometry.H.
References LocalArray::operator()().
| const T& y | ( | ) | const [inline] |
Definition at line 612 of file Geometry.H.
References LocalArray::operator()().
1.5.1