#include <RectangleF.h>
Public Member Functions | |
RectangleF () | |
コンストラクタ | |
RectangleF (float sourceX, float sourceY, float sourceWidth, float sourceHeight) | |
コンストラクタ | |
RectangleF (float sourceArray[4]) | |
コンストラクタ | |
RectangleF (const RectangleI &source) | |
コンストラクタ | |
void | set (float sourceX, float sourceY, float sourceWidth, float sourceHeight) |
値の設定 | |
void | set (float sourceArray[4]) |
値の設定 | |
void | set (const RectangleI &source) |
値の設定 | |
bool | operator== (const RectangleF &target) const |
同じ値かどうか | |
bool | epsilonEquals (const RectangleF &target, float epsilon) const |
同じ値かどうか | |
bool | operator!= (const RectangleF &target) const |
同じ値でないかどうか | |
bool | notEpsilonEquals (const RectangleF &target, float epsilon) const |
同じ値でないかどうか | |
String | toString () const |
文字列化 | |
Static Public Attributes | |
const RectangleF | zero |
ゼロ矩形 | |
const RectangleF | unit |
単位矩形 |
このクラスは継承しないで下さい。
Definition at line 38 of file RectangleF.h.
|
コンストラクタ このコンストラクタは初期値の設定を行わないため値は不定です。 Definition at line 78 of file RectangleF.h. |
|
コンストラクタ
Definition at line 87 of file RectangleF.h. |
|
コンストラクタ
Definition at line 95 of file RectangleF.h. |
|
コンストラクタ
Definition at line 42 of file RectangleF.cpp. References Lamp::RectangleI::height, height, Lamp::RectangleI::width, width, Lamp::RectangleI::x, x, Lamp::RectangleI::y, and y. |
|
同じ値かどうか
Definition at line 159 of file RectangleF.h. |
|
同じ値でないかどうか
Definition at line 184 of file RectangleF.h. |
|
同じ値でないかどうか
Definition at line 173 of file RectangleF.h. |
|
同じ値かどうか
Definition at line 148 of file RectangleF.h. |
|
値の設定
Definition at line 50 of file RectangleF.cpp. References Lamp::RectangleI::height, height, Lamp::RectangleI::width, width, Lamp::RectangleI::x, x, Lamp::RectangleI::y, and y. |
|
値の設定
Definition at line 127 of file RectangleF.h. |
|
値の設定
Definition at line 115 of file RectangleF.h. References height, width, x, and y. Referenced by Lamp::Sprite::setImageRectangle(), and Lamp::Sprite::setRectangle(). |
|
文字列化
Definition at line 201 of file RectangleF.h. References Lamp::String::format(), height, width, x, and y. |