Inheritance diagram for Fixed3dPoint:
Definition at line 664 of file Geometry.H.
Public Member Functions | |
Fixed3dPoint () | |
Fixed3dPoint (const T &value) | |
Allocate a point and set the values of its elements to value . | |
Fixed3dPoint (const T &x, const T &y, const T &z) | |
Allocate a point and set the values of its elements. | |
Fixed3dPoint (const Fixed3dPoint< T > &point) | |
~Fixed3dPoint () | |
Element access | |
T & | x () |
| |
T & | y () |
| |
T & | z () |
| |
const T & | x () const |
| |
const T & | y () const |
| |
const T & | z () const |
|
Fixed3dPoint | ( | ) | [inline] |
Definition at line 666 of file Geometry.H.
Fixed3dPoint | ( | 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 669 of file Geometry.H.
Fixed3dPoint | ( | const T & | x, | |
const T & | y, | |||
const T & | z | |||
) | [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. |
Definition at line 674 of file Geometry.H.
References LocalArray::operator()().
Fixed3dPoint | ( | const Fixed3dPoint< T > & | point | ) | [inline] |
Definition at line 679 of file Geometry.H.
~Fixed3dPoint | ( | ) | [inline] |
Definition at line 680 of file Geometry.H.
T& x | ( | ) | [inline] |
Definition at line 687 of file Geometry.H.
References LocalArray::operator()().
T& y | ( | ) | [inline] |
Definition at line 689 of file Geometry.H.
References LocalArray::operator()().
T& z | ( | ) | [inline] |
Definition at line 691 of file Geometry.H.
References LocalArray::operator()().
const T& x | ( | ) | const [inline] |
Definition at line 694 of file Geometry.H.
References LocalArray::operator()().
const T& y | ( | ) | const [inline] |
Definition at line 696 of file Geometry.H.
References LocalArray::operator()().
const T& z | ( | ) | const [inline] |
Definition at line 698 of file Geometry.H.
References LocalArray::operator()().