EdgeDetection::Vector2 Class Reference
#include <Vector2.h>
List of all members.
Detailed Description
Definition at line 9 of file Vector2.h.
Constructor & Destructor Documentation
EdgeDetection::Vector2::Vector2 |
( |
|
) |
[inline] |
EdgeDetection::Vector2::Vector2 |
( |
double |
angle |
) |
[inline] |
EdgeDetection::Vector2::Vector2 |
( |
double |
x, |
|
|
double |
y | |
|
) |
| | [inline] |
EdgeDetection::Vector2::~Vector2 |
( |
|
) |
[inline] |
Member Function Documentation
static bool EdgeDetection::Vector2::Equals |
( |
Vector2 |
vector1, |
|
|
Vector2 |
vector2 | |
|
) |
| | [inline, static] |
double EdgeDetection::Vector2::GetLength |
( |
|
) |
[inline] |
double EdgeDetection::Vector2::GetX |
( |
void |
|
) |
[inline] |
double EdgeDetection::Vector2::GetY |
( |
void |
|
) |
[inline] |
static Vector2 EdgeDetection::Vector2::Multiply |
( |
double |
factor, |
|
|
Vector2 |
vector | |
|
) |
| | [inline, static] |
static Vector2 EdgeDetection::Vector2::Multiply |
( |
Vector2 |
vector, |
|
|
double |
factor | |
|
) |
| | [inline, static] |
static Vector2 EdgeDetection::Vector2::Negate |
( |
Vector2 |
vector |
) |
[inline, static] |
Member Data Documentation
The documentation for this class was generated from the following file: