Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_utils::TDiff2D< T > Struct Template Reference
#include <hugin_math.h>
Inheritance diagram for hugin_utils::TDiff2D< T >:

Public Member Functions | |
| TDiff2D () | |
| TDiff2D (T x, T y) | |
| TDiff2D (const vigra::Diff2D &d) | |
| bool | operator== (TDiff2D rhs) const |
| bool | operator!= (TDiff2D rhs) const |
| TDiff2D | operator+ (TDiff2D rhs) const |
| TDiff2D | operator- (TDiff2D rhs) const |
| TDiff2D & | operator *= (double val) |
| TDiff2D | operator * (double val) |
| vigra::Diff2D | toDiff2D () const |
| T | squareDistance (TDiff2D< T > other) const |
| Return square of the distance to another point. | |
| T | squareLength () const |
| Return the square of the length of the vector. | |
Public Attributes | |
| double | x |
| double | y |
template<class T>
struct hugin_utils::TDiff2D< T >
Constructor & Destructor Documentation
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
Member Function Documentation
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Return square of the distance to another point.
|
|
|||||||||
|
Return the square of the length of the vector.
|
|
|||||||||
|
|
Member Data Documentation
|
|||||
|
|
|
|||||
|
|
The documentation for this struct was generated from the following file:
- hugin_base/hugin_math/hugin_math.h
1.3.9.1