#include <BoundedLine.h>
Public Member Functions | |
BoundedLine () | |
BoundedLine (Vector2 start, Vector2 end) | |
Vector2 | GetEnd () |
double | GetLength () |
Vector2 | GetPosition (double fraction) |
Vector2 | GetStart () |
~BoundedLine () | |
Private Attributes | |
Vector2 | end |
Vector2 | start |
Definition at line 10 of file BoundedLine.h.
EdgeDetection::BoundedLine::BoundedLine | ( | ) | [inline] |
Definition at line 19 of file BoundedLine.h.
EdgeDetection::BoundedLine::BoundedLine | ( | Vector2 | start, |
Vector2 | end | ||
) | [inline] |
Definition at line 24 of file BoundedLine.h.
EdgeDetection::BoundedLine::~BoundedLine | ( | ) | [inline] |
Definition at line 31 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::GetEnd | ( | ) | [inline] |
Definition at line 16 of file BoundedLine.h.
double EdgeDetection::BoundedLine::GetLength | ( | ) | [inline] |
Definition at line 17 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::GetPosition | ( | double | fraction | ) | [inline] |
Definition at line 33 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::GetStart | ( | ) | [inline] |
Definition at line 15 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::end [private] |
Definition at line 13 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::start [private] |
Definition at line 12 of file BoundedLine.h.