#include <Rectangle.h>
Public Member Functions | |
double | GetArea () |
double | GetBottom () |
Vector2 | GetCenter () |
double | GetHeight () |
double | GetLeft () |
Vector2 | GetLeftBottom () |
Vector2 | GetLeftTop () |
double | GetRight () |
Vector2 | GetRightBottom () |
Vector2 | GetRightTop () |
double | GetTop () |
double | GetWidth () |
Rectangle () | |
Rectangle (double left, double right, double top, double bottom) | |
~Rectangle () | |
Private Attributes | |
Vector2 | end |
Vector2 | start |
Definition at line 9 of file Rectangle.h.
EdgeDetection::Rectangle::Rectangle | ( | ) | [inline] |
Definition at line 27 of file Rectangle.h.
EdgeDetection::Rectangle::Rectangle | ( | double | left, |
double | right, | ||
double | top, | ||
double | bottom | ||
) | [inline] |
Definition at line 32 of file Rectangle.h.
EdgeDetection::Rectangle::~Rectangle | ( | ) | [inline] |
Definition at line 37 of file Rectangle.h.
double EdgeDetection::Rectangle::GetArea | ( | ) | [inline] |
Definition at line 25 of file Rectangle.h.
double EdgeDetection::Rectangle::GetBottom | ( | ) | [inline] |
Definition at line 22 of file Rectangle.h.
Vector2 EdgeDetection::Rectangle::GetCenter | ( | ) | [inline] |
Definition at line 18 of file Rectangle.h.
double EdgeDetection::Rectangle::GetHeight | ( | ) | [inline] |
Definition at line 24 of file Rectangle.h.
double EdgeDetection::Rectangle::GetLeft | ( | ) | [inline] |
Definition at line 19 of file Rectangle.h.
Vector2 EdgeDetection::Rectangle::GetLeftBottom | ( | ) | [inline] |
Definition at line 16 of file Rectangle.h.
Vector2 EdgeDetection::Rectangle::GetLeftTop | ( | ) | [inline] |
Definition at line 14 of file Rectangle.h.
double EdgeDetection::Rectangle::GetRight | ( | ) | [inline] |
Definition at line 20 of file Rectangle.h.
Vector2 EdgeDetection::Rectangle::GetRightBottom | ( | ) | [inline] |
Definition at line 17 of file Rectangle.h.
Vector2 EdgeDetection::Rectangle::GetRightTop | ( | ) | [inline] |
Definition at line 15 of file Rectangle.h.
double EdgeDetection::Rectangle::GetTop | ( | ) | [inline] |
Definition at line 21 of file Rectangle.h.
double EdgeDetection::Rectangle::GetWidth | ( | ) | [inline] |
Definition at line 23 of file Rectangle.h.
Vector2 EdgeDetection::Rectangle::end [private] |
Definition at line 12 of file Rectangle.h.
Vector2 EdgeDetection::Rectangle::start [private] |
Definition at line 11 of file Rectangle.h.