Inheritance diagram for Fixed2dVector:
Definition at line 624 of file Geometry.H.
Public Member Functions | |
Fixed2dVector () | |
Fixed2dVector (const T &value) | |
Allocate a vector and set the values of its elements to value . | |
Fixed2dVector (const T &x, const T &y) | |
Allocate a vector and set the values of its elements. | |
Fixed2dVector (const Fixed2dVector< T > &vector) | |
~Fixed2dVector () | |
Element access | |
T & | x () |
| |
T & | y () |
| |
const T & | x () const |
| |
const T & | y () const |
|
Fixed2dVector | ( | ) | [inline] |
Definition at line 626 of file Geometry.H.
Fixed2dVector | ( | 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 629 of file Geometry.H.
Fixed2dVector | ( | const T & | x, | |
const T & | y | |||
) | [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. |
Definition at line 633 of file Geometry.H.
References LocalArray::operator()().
Fixed2dVector | ( | const Fixed2dVector< T > & | vector | ) | [inline] |
Definition at line 637 of file Geometry.H.
~Fixed2dVector | ( | ) | [inline] |
Definition at line 638 of file Geometry.H.
T& x | ( | ) | [inline] |
Definition at line 645 of file Geometry.H.
References LocalArray::operator()().
T& y | ( | ) | [inline] |
Definition at line 647 of file Geometry.H.
References LocalArray::operator()().
const T& x | ( | ) | const [inline] |
Definition at line 650 of file Geometry.H.
References LocalArray::operator()().
const T& y | ( | ) | const [inline] |
Definition at line 652 of file Geometry.H.
References LocalArray::operator()().