#include <RectZone2D.hpp>
Inheritance diagram for RectZone2D< RectType, Real >:
Public Types | |
typedef Vect2D< RectType, Real > | Vect2DType |
Public Member Functions | |
RectType | Width () const |
RectType | Height () const |
Vect2DType | GetP0 () |
Vect2DType | GetP1 () |
Vect2Df | SelfCoords (const Vect2DType &P) |
void | Translate (const float x, const float y) |
void | ToStart (RectType &x, RectType &y) const |
bool | IsInside (const Vect2DType &vect) const |
bool | IsInside (RectType x, RectType y) const |
bool | operator== (const RectZone2D< RectType > &other) |
RectZone2D (const Vect2DType &p0, const Vect2DType p1) | |
RectZone2D (RectType _x0, RectType _y0, RectType _x1, RectType _y1) | |
Public Attributes | |
RectType | x0 |
RectType | y0 |
RectType | x1 |
RectType | y1 |
Definition at line 28 of file RectZone2D.hpp.