Rectangle

長方形を表すstructです.

Constructors

this
this(armos.math.Vector2f p, armos.math.Vector2f s)

開始点と終了点を指定して初期化します.

Members

Functions

height
float height()

終了点のY座標のプロパティです.

height
void height(float height_)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(float x, float y, float width, float height)

開始点と終了点を指定します.

set
void set(armos.math.Vector2f p, armos.math.Vector2f s)

開始点と終了点を指定します.

width
float width()

終了点のX座標のプロパティです.

width
void width(float width_)
Undocumented in source. Be warned that the author may not have intended to support it.
x
float x()

開始点のX座標のプロパティです.

x
void x(float x_)
Undocumented in source. Be warned that the author may not have intended to support it.
y
float y()

開始点のY座標のプロパティです.

y
void y(float y_)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

position
armos.math.Vector2f position;
Undocumented in source.
size
armos.math.Vector2f size;
Undocumented in source.

Meta