EdgeDetection::Line Class Reference
#include <Line.h>
List of all members.
Detailed Description
Definition at line 12 of file Line.h.
Constructor & Destructor Documentation
EdgeDetection::Line::Line |
( |
|
) |
[inline] |
EdgeDetection::Line::Line |
( |
double |
factorX, |
|
|
double |
factorY, |
|
|
double |
offset | |
|
) |
| | [inline] |
EdgeDetection::Line::~Line |
( |
|
) |
[inline] |
Member Function Documentation
static bool EdgeDetection::Line::AreParallel |
( |
Line |
line1, |
|
|
Line |
line2 | |
|
) |
| | [inline, static] |
static Line EdgeDetection::Line::FromEdge |
( |
Edge |
edge |
) |
[inline, static] |
double EdgeDetection::Line::GetFactorX |
( |
|
) |
[inline] |
double EdgeDetection::Line::GetFactorY |
( |
|
) |
[inline] |
double EdgeDetection::Line::GetOffset |
( |
|
) |
[inline] |
double EdgeDetection::Line::GetSide |
( |
Vector2 |
position |
) |
[inline] |
static Vector2 EdgeDetection::Line::Intersect |
( |
Line |
line1, |
|
|
Line |
line2 | |
|
) |
| | [inline, static] |
static Line EdgeDetection::Line::Normalize |
( |
Line |
line |
) |
[inline, static] |
Member Data Documentation
The documentation for this class was generated from the following file: