![]() |
FLImaging 7.6.11.1
|
Simplified class representing a 3-D point. More...
#include <TPoint3.h>
Public Member Functions | |
| TPoint3 () | |
| default constructor | |
| TPoint3 (T tX, T tY, T tZ) | |
| Constructs a TPoint3 object with the specified coordinates. | |
| TPoint3 (const TPoint3< T > &tp) | |
| Copy constructor. | |
| void | Set (const TPoint3< T > &tp) |
| Sets the coordinates from another TPoint3 object. | |
| void | Set (T tX, T tY, T tZ) |
| Sets the coordinates. | |
Public Attributes | |
| T | x |
| T | y |
| T | z |
Simplified class representing a 3-D point.
The default constructor does not initialize member variables for performance.
|
inline |
Constructs a TPoint3 object with the specified coordinates.
| [in] | tX | X coordinate. |
| [in] | tY | Y coordinate. |
| [in] | tZ | Z coordinate. |
|
inline |
Copy constructor.
| [in] | tp | TPoint3 object to copy. |
|
inline |
|
inline |
Sets the coordinates.
| [in] | tX | X coordinate. |
| [in] | tY | Y coordinate. |
| [in] | tZ | Z coordinate. |
| T FLImaging::Base::TPoint3< T >::x |
x coordinate of point
| T FLImaging::Base::TPoint3< T >::y |
y coordinate of point
| T FLImaging::Base::TPoint3< T >::z |
z coordinate of point