#include <rect.hxx>
Collaboration diagram for Rect< T >:
Public Member Functions | |
Rect () | |
Rect (const T &x1_, const T &y1_, const T &x2_, const T &y2_) | |
T | get_width () |
T | get_height () |
Vector2d | get_center () const |
Public Attributes | |
T | x1 |
T | y1 |
T | x2 |
T | y2 |
|
|
|
Definition at line 41 of file rect.hxx. References Math::max(), and Math::min(). |
|
Definition at line 61 of file rect.hxx. Referenced by Selection::get_center(), and Selection::scale(). |
|
|
|
|
|
Definition at line 32 of file rect.hxx. Referenced by World::add_rect_collider(), WorldViewSelectTool::draw_foreground(), Selection::get_center(), and Selection::scale(). |
|
Definition at line 34 of file rect.hxx. Referenced by World::add_rect_collider(), WorldViewSelectTool::draw_foreground(), Selection::get_center(), and Selection::scale(). |
|
Definition at line 33 of file rect.hxx. Referenced by World::add_rect_collider(), WorldViewSelectTool::draw_foreground(), Selection::get_center(), and Selection::scale(). |
|
Definition at line 35 of file rect.hxx. Referenced by World::add_rect_collider(), WorldViewSelectTool::draw_foreground(), Selection::get_center(), and Selection::scale(). |