##########
HRectangle
##########

.. cpp:namespace:: HRectangle

.. default-domain:: cpp

Functions
=========

====== =============================================================================================================================
..     :cpp:func:`HRectangle <HRectangle::HRectangle>`                                                                              
..     :cpp:func:`HRectangle <HRectangle::HRectangle>`                                                                              
..     :cpp:func:`~HRectangle <virtual HRectangle::~HRectangle>`                                                                    
float  :cpp:func:`GetLeft <float HRectangle::GetLeft()>`                                                                            
float  :cpp:func:`GetRight <float HRectangle::GetRight()>`                                                                          
float  :cpp:func:`GetTop <float HRectangle::GetTop()>`                                                                              
float  :cpp:func:`GetBottom <float HRectangle::GetBottom()>`                                                                        
float  :cpp:func:`GetZ <float HRectangle::GetZ()>`                                                                                  
void   :cpp:func:`SetCoordinates <void HRectangle::SetCoordinates(float Left, float Bottom, float Right, float Top, float Z=0.0f)>` 
bool   :cpp:func:`IsRectInside <bool HRectangle::IsRectInside(HRectangle *rect, HRectangle *area)>`                                 
bool   :cpp:func:`IsRectAbove <bool HRectangle::IsRectAbove(HRectangle *rect, float y)>`                                            
bool   :cpp:func:`IsRectBelow <bool HRectangle::IsRectBelow(HRectangle *rect, float y)>`                                            
bool   :cpp:func:`IsRectRight <bool HRectangle::IsRectRight(HRectangle *rect, float x)>`                                            
bool   :cpp:func:`IsRectLeft <bool HRectangle::IsRectLeft(HRectangle *rect, float x)>`                                              
bool   :cpp:func:`RectOverlap <bool HRectangle::RectOverlap(HRectangle *rect1, HRectangle *rect2)>`                                 
====== =============================================================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: HRectangle
   :project: mvo
   :members:
   :undoc-members:



