![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::Rect, including all inherited members.
area() const noexcept | s3d::Rect | |
asPolygon() const | s3d::Rect | |
asQuad() const noexcept | s3d::Rect | |
bl() const noexcept | s3d::Rect | |
bottom() const noexcept | s3d::Rect | |
bottomCenter() const noexcept | s3d::Rect | |
bottomY() const noexcept | s3d::Rect | |
br() const noexcept | s3d::Rect | |
center() const noexcept | s3d::Rect | |
centerX() const noexcept | s3d::Rect | |
centerY() const noexcept | s3d::Rect | |
contains(const Shape2DType &other) const | s3d::Rect | |
draw(const ColorF &color=Palette::White) const | s3d::Rect | |
draw(const ColorF(&colors)[4]) const | s3d::Rect | |
draw(Arg::top_< ColorF > topColor, Arg::bottom_< ColorF > bottomColor) const | s3d::Rect | |
draw(Arg::left_< ColorF > leftColor, Arg::right_< ColorF > rightColor) const | s3d::Rect | |
drawFrame(double thickness=1.0, const ColorF &color=Palette::White) const | s3d::Rect | |
drawFrame(double thickness, const ColorF &innerColor, const ColorF &outerColor) const | s3d::Rect | |
drawFrame(double innerThickness, double outerThickness, const ColorF &color=Palette::White) const | s3d::Rect | |
drawFrame(double innerThickness, double outerThickness, const ColorF &innerColor, const ColorF &outerColor) const | s3d::Rect | |
drawShadow(const Vec2 &offset, double blurRadius, double spread=0.0, const ColorF &color=ColorF{ 0.0, 0.5 }) const | s3d::Rect | |
Empty() noexcept | s3d::Rect | static |
Formatter(FormatData &formatData, const Rect &value) | s3d::Rect | friend |
FromPoints(position_type a, position_type b) noexcept | s3d::Rect | static |
getOverlap(const Rect &other) const noexcept | s3d::Rect | |
getOverlap(const RectF &other) const noexcept | s3d::Rect | |
getRelativePoint(double relativeX, double relativeY) const noexcept | s3d::Rect | |
h | s3d::Rect | |
hasArea() const noexcept | s3d::Rect | |
hash() const noexcept | s3d::Rect | |
horizontalAspectRatio() const noexcept | s3d::Rect | |
intersects(const Shape2DType &other) const | s3d::Rect | |
intersectsAt(const Shape2DType &other) const | s3d::Rect | |
isEmpty() const noexcept | s3d::Rect | |
left() const noexcept | s3d::Rect | |
leftCenter() const noexcept | s3d::Rect | |
leftClicked() const noexcept | s3d::Rect | |
leftPressed() const noexcept | s3d::Rect | |
leftReleased() const noexcept | s3d::Rect | |
leftX() const noexcept | s3d::Rect | |
lerp(const Rect &other, double f) const noexcept | s3d::Rect | |
lerp(const RectF &other, double f) const noexcept | s3d::Rect | |
mouseOver() const noexcept | s3d::Rect | |
moveBy(value_type _x, value_type _y) noexcept | s3d::Rect | |
moveBy(size_type v) noexcept | s3d::Rect | |
movedBy(value_type _x, value_type _y) const noexcept | s3d::Rect | |
movedBy(size_type v) const noexcept | s3d::Rect | |
operator bool() const noexcept | s3d::Rect | explicit |
operator!=(const Rect &lhs, const Rect &rhs) noexcept | s3d::Rect | friend |
operator()(const Texture &texture) const | s3d::Rect | |
operator()(const TextureRegion &textureRegion) const | s3d::Rect | |
operator<<(std::basic_ostream< CharType > &output, const Rect &value) | s3d::Rect | friend |
operator==(const Rect &lhs, const Rect &rhs) noexcept | s3d::Rect | friend |
operator>>(std::basic_istream< CharType > &input, Rect &value) | s3d::Rect | friend |
outline(CloseRing closeRing=CloseRing::No) const | s3d::Rect | |
outline(double distanceFromOrigin, double length) const | s3d::Rect | |
overwrite(Image &dst, const Color &color) const | s3d::Rect | |
overwriteFrame(Image &dst, int32 innerThickness, int32 outerThickness, const Color &color) const | s3d::Rect | |
paint(Image &dst, const Color &color) const | s3d::Rect | |
paintFrame(Image &dst, int32 innerThickness, int32 outerThickness, const Color &color) const | s3d::Rect | |
perimeter() const noexcept | s3d::Rect | |
point(size_t index) const | s3d::Rect | |
pos | s3d::Rect | |
position_type typedef | s3d::Rect | |
Rect()=default | s3d::Rect | |
Rect(value_type _size) noexcept | s3d::Rect | explicit |
Rect(Int _r) noexcept | s3d::Rect | explicit |
Rect(value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(W _w, H _h) noexcept | s3d::Rect | explicit |
Rect(size_type _size) noexcept | s3d::Rect | explicit |
Rect(value_type _x, value_type _y, value_type _size) noexcept | s3d::Rect | |
Rect(X _x, Y _y, S _size) noexcept | s3d::Rect | |
Rect(value_type _x, value_type _y, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(X _x, Y _y, W _w, H _h) noexcept | s3d::Rect | |
Rect(value_type _x, value_type _y, size_type _size) noexcept | s3d::Rect | |
Rect(X _x, Y _y, size_type _size) noexcept | s3d::Rect | |
Rect(position_type _pos, value_type _size) noexcept | s3d::Rect | |
Rect(position_type _pos, Int _size) noexcept | s3d::Rect | |
Rect(position_type _pos, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(position_type _pos, W _w, H _h) noexcept | s3d::Rect | |
Rect(position_type _pos, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::center_< position_type > _center, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::center_< position_type > _center, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::center_< position_type > _center, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::topLeft_< position_type > topLeft, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::topLeft_< position_type > topLeft, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::topLeft_< position_type > topLeft, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::topCenter_< position_type > topCenter, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::topCenter_< position_type > topCenter, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::topCenter_< position_type > topCenter, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::topRight_< position_type > topRight, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::topRight_< position_type > topRight, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::topRight_< position_type > topRight, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::rightCenter_< position_type > rightCenter, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::rightCenter_< position_type > rightCenter, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::rightCenter_< position_type > rightCenter, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::bottomRight_< position_type > bottomRight, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::bottomRight_< position_type > bottomRight, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::bottomRight_< position_type > bottomRight, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::bottomCenter_< position_type > bottomCenter, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::bottomCenter_< position_type > bottomCenter, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::bottomCenter_< position_type > bottomCenter, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::bottomLeft_< position_type > bottomLeft, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::bottomLeft_< position_type > bottomLeft, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::bottomLeft_< position_type > bottomLeft, size_type _size) noexcept | s3d::Rect | |
Rect(Arg::leftCenter_< position_type > leftCenter, value_type _size) noexcept | s3d::Rect | |
Rect(Arg::leftCenter_< position_type > leftCenter, value_type _w, value_type _h) noexcept | s3d::Rect | |
Rect(Arg::leftCenter_< position_type > leftCenter, size_type _size) noexcept | s3d::Rect | |
right() const noexcept | s3d::Rect | |
rightCenter() const noexcept | s3d::Rect | |
rightClicked() const noexcept | s3d::Rect | |
rightPressed() const noexcept | s3d::Rect | |
rightReleased() const noexcept | s3d::Rect | |
rightX() const noexcept | s3d::Rect | |
rotated(double angle) const noexcept | s3d::Rect | |
rotatedAt(double _x, double _y, double angle) const noexcept | s3d::Rect | |
rotatedAt(Vec2 _pos, double angle) const noexcept | s3d::Rect | |
rounded(double r) const noexcept | s3d::Rect | |
rounded(double tl, double tr, double br, double bl) const noexcept | s3d::Rect | |
scaled(double s) const noexcept | s3d::Rect | |
scaled(double sx, double sy) const noexcept | s3d::Rect | |
scaled(Vec2 s) const noexcept | s3d::Rect | |
scaledAt(Vec2 _pos, double s) const noexcept | s3d::Rect | |
scaledAt(Vec2 _pos, double sx, double sy) const noexcept | s3d::Rect | |
scaledAt(Vec2 _pos, Vec2 s) const noexcept | s3d::Rect | |
set(value_type _x, value_type _y, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(value_type _x, value_type _y, value_type _size) noexcept | s3d::Rect | |
set(value_type _x, value_type _y, size_type _size) noexcept | s3d::Rect | |
set(position_type _pos, value_type _size) noexcept | s3d::Rect | |
set(position_type _pos, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(position_type _pos, size_type _size) noexcept | s3d::Rect | |
set(const Rect &r) noexcept | s3d::Rect | |
set(Arg::center_< position_type > _center, value_type _size) noexcept | s3d::Rect | |
set(Arg::center_< position_type > _center, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::center_< position_type > _center, size_type _size) noexcept | s3d::Rect | |
set(Arg::topLeft_< position_type > topLeft, value_type _size) noexcept | s3d::Rect | |
set(Arg::topLeft_< position_type > topLeft, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::topLeft_< position_type > topLeft, size_type _size) noexcept | s3d::Rect | |
set(Arg::topCenter_< position_type > topCenter, value_type _size) noexcept | s3d::Rect | |
set(Arg::topCenter_< position_type > topCenter, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::topCenter_< position_type > topCenter, size_type _size) noexcept | s3d::Rect | |
set(Arg::topRight_< position_type > topRight, value_type _size) noexcept | s3d::Rect | |
set(Arg::topRight_< position_type > topRight, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::topRight_< position_type > topRight, size_type _size) noexcept | s3d::Rect | |
set(Arg::rightCenter_< position_type > rightCenter, value_type _size) noexcept | s3d::Rect | |
set(Arg::rightCenter_< position_type > rightCenter, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::rightCenter_< position_type > rightCenter, size_type _size) noexcept | s3d::Rect | |
set(Arg::bottomRight_< position_type > bottomRight, value_type _size) noexcept | s3d::Rect | |
set(Arg::bottomRight_< position_type > bottomRight, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::bottomRight_< position_type > bottomRight, size_type _size) noexcept | s3d::Rect | |
set(Arg::bottomCenter_< position_type > bottomCenter, value_type _size) noexcept | s3d::Rect | |
set(Arg::bottomCenter_< position_type > bottomCenter, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::bottomCenter_< position_type > bottomCenter, size_type _size) noexcept | s3d::Rect | |
set(Arg::bottomLeft_< position_type > bottomLeft, value_type _size) noexcept | s3d::Rect | |
set(Arg::bottomLeft_< position_type > bottomLeft, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::bottomLeft_< position_type > bottomLeft, size_type _size) noexcept | s3d::Rect | |
set(Arg::leftCenter_< position_type > leftCenter, value_type _size) noexcept | s3d::Rect | |
set(Arg::leftCenter_< position_type > leftCenter, value_type _w, value_type _h) noexcept | s3d::Rect | |
set(Arg::leftCenter_< position_type > leftCenter, size_type _size) noexcept | s3d::Rect | |
setCenter(value_type _x, value_type _y) noexcept | s3d::Rect | |
setCenter(position_type _pos) noexcept | s3d::Rect | |
setPos(value_type _x, value_type _y) noexcept | s3d::Rect | |
setPos(position_type _pos) noexcept | s3d::Rect | |
setPos(Arg::center_< position_type > _center) noexcept | s3d::Rect | |
setPos(Arg::topLeft_< position_type > topLeft) noexcept | s3d::Rect | |
setPos(Arg::topCenter_< position_type > topCenter) noexcept | s3d::Rect | |
setPos(Arg::topRight_< position_type > topRight) noexcept | s3d::Rect | |
setPos(Arg::rightCenter_< position_type > rightCenter) noexcept | s3d::Rect | |
setPos(Arg::bottomRight_< position_type > bottomRight) noexcept | s3d::Rect | |
setPos(Arg::bottomCenter_< position_type > bottomCenter) noexcept | s3d::Rect | |
setPos(Arg::bottomLeft_< position_type > bottomLeft) noexcept | s3d::Rect | |
setPos(Arg::leftCenter_< position_type > leftCenter) noexcept | s3d::Rect | |
setSize(value_type _size) noexcept | s3d::Rect | |
setSize(value_type _w, value_type _h) noexcept | s3d::Rect | |
setSize(size_type _size) noexcept | s3d::Rect | |
shearedX(double vx) const noexcept | s3d::Rect | |
shearedY(double vy) const noexcept | s3d::Rect | |
side(size_t index) const | s3d::Rect | |
size | s3d::Rect | |
size_type typedef | s3d::Rect | |
stretched(value_type xy) const noexcept | s3d::Rect | |
stretched(value_type _x, value_type _y) const noexcept | s3d::Rect | |
stretched(size_type xy) const noexcept | s3d::Rect | |
stretched(value_type top, value_type right, value_type bottom, value_type left) const noexcept | s3d::Rect | |
tl() const noexcept | s3d::Rect | |
top() const noexcept | s3d::Rect | |
topCenter() const noexcept | s3d::Rect | |
topY() const noexcept | s3d::Rect | |
tr() const noexcept | s3d::Rect | |
triangle(size_t index) const | s3d::Rect | |
value_type typedef | s3d::Rect | |
w | s3d::Rect | |
x | s3d::Rect | |
y | s3d::Rect |