$search
#include <BoundedLine.h>
Public Member Functions | |
BoundedLine (Vector2 start, Vector2 end) | |
BoundedLine () | |
Vector2 | GetEnd () |
double | GetLength () |
Vector2 | GetPosition (double fraction) |
Vector2 | GetStart () |
~BoundedLine () | |
Private Attributes | |
Vector2 | end |
Vector2 | start |
Definition at line 7 of file BoundedLine.h.
EdgeDetection::BoundedLine::BoundedLine | ( | ) | [inline] |
Definition at line 13 of file BoundedLine.h.
Definition at line 18 of file BoundedLine.h.
EdgeDetection::BoundedLine::~BoundedLine | ( | ) | [inline] |
Definition at line 25 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::GetEnd | ( | ) | [inline] |
Definition at line 10 of file BoundedLine.h.
double EdgeDetection::BoundedLine::GetLength | ( | ) | [inline] |
Definition at line 11 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::GetPosition | ( | double | fraction | ) | [inline] |
Definition at line 27 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::GetStart | ( | ) | [inline] |
Definition at line 9 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::end [private] |
Definition at line 7 of file BoundedLine.h.
Vector2 EdgeDetection::BoundedLine::start [private] |
Definition at line 6 of file BoundedLine.h.