|
| CGraphCoords (double _pix1, double _pix2, double _w1, double _w2) |
|
| CGraphCoords (const CGraphCoords &coords) |
|
double | CvtWtoX (double value) const |
|
double | CvtXtoW (double value) const |
|
| cRectT () noexcept |
|
| cRectT (TYPE x1, TYPE y1, TYPE x2, TYPE y2) noexcept |
|
| cRectT (const THIS_t &rect) noexcept |
|
TYPE | get_DiffX () const noexcept |
|
TYPE | get_DiffY () const noexcept |
|
cVecT2< TYPE > | get_Center () const noexcept |
|
float | get_AspectRatio () const noexcept |
|
bool | IsEqual (const THIS_t &rect) const noexcept |
|
bool | operator== (const THIS_t &rect) const noexcept |
|
bool | operator!= (const THIS_t &rect) const noexcept |
|
bool | isRectNull () const noexcept |
|
bool | isRectNormal () const noexcept |
|
bool | isRectNormalE () const noexcept |
|
bool | IsInRangeX (TYPE value) const noexcept |
|
bool | IsInRangeY (TYPE value) const noexcept |
|
void | SetRectNull () noexcept |
|
void | SetRectWH (TYPE nLeft, TYPE nTop, TYPE nWidth, TYPE nHeight) noexcept |
|
void | SetRectEmptyX () noexcept |
|
void | SetRect4 (TYPE nLeft, TYPE nTop, TYPE nRight, TYPE nBottom) noexcept |
|
void | SetRectAsPt (TYPE x, TYPE y) noexcept |
|
void | SetRectAsPt (const POINT_t &pt) noexcept |
|
void | SetRectFromSphere (TYPE x, TYPE y, TYPE nRadius) noexcept |
|
HRESULT | SetRectAsStr (const char *pszStr) |
|
void | OffsetRectX (TYPE dx) noexcept |
|
void | OffsetRectY (TYPE dy) noexcept |
|
void | OffsetRect (TYPE dx, TYPE dy) noexcept |
|
void | UnionX (TYPE x) noexcept |
|
void | UnionY (TYPE y) noexcept |
|
void | Union2 (TYPE x, TYPE y) noexcept |
|
void | Union4 (const THIS_t &rect) noexcept |
|
void | ScrollInRangeX (TYPE value) noexcept |
|
void | ScrollInRangeY (TYPE value) |
|
void | SetRectNotEmpty (TYPE iMin=10) noexcept |
|
void | ScaleX (float mx) noexcept |
|
void | ScaleY (float my) noexcept |
|
void | Scale (float mx, float my) noexcept |
|
void | AddScaleY () noexcept |
|
void | NormalizeRect () noexcept |
|
convert from 1 set of coords to another.