OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::Rect Member List

This is the complete list of members for s3d::Rect, including all inherited members.

area() const noexcepts3d::Rect
asPolygon() consts3d::Rect
asQuad() const noexcepts3d::Rect
bl() const noexcepts3d::Rect
bottom() const noexcepts3d::Rect
bottomCenter() const noexcepts3d::Rect
bottomY() const noexcepts3d::Rect
br() const noexcepts3d::Rect
center() const noexcepts3d::Rect
centerX() const noexcepts3d::Rect
centerY() const noexcepts3d::Rect
contains(const Shape2DType &other) consts3d::Rect
draw(const ColorF &color=Palette::White) consts3d::Rect
draw(const ColorF(&colors)[4]) consts3d::Rect
draw(Arg::top_< ColorF > topColor, Arg::bottom_< ColorF > bottomColor) consts3d::Rect
draw(Arg::left_< ColorF > leftColor, Arg::right_< ColorF > rightColor) consts3d::Rect
drawFrame(double thickness=1.0, const ColorF &color=Palette::White) consts3d::Rect
drawFrame(double thickness, const ColorF &innerColor, const ColorF &outerColor) consts3d::Rect
drawFrame(double innerThickness, double outerThickness, const ColorF &color=Palette::White) consts3d::Rect
drawFrame(double innerThickness, double outerThickness, const ColorF &innerColor, const ColorF &outerColor) consts3d::Rect
drawShadow(const Vec2 &offset, double blurRadius, double spread=0.0, const ColorF &color=ColorF{ 0.0, 0.5 }) consts3d::Rect
Empty() noexcepts3d::Rectstatic
Formatter(FormatData &formatData, const Rect &value)s3d::Rectfriend
FromPoints(position_type a, position_type b) noexcepts3d::Rectstatic
getOverlap(const Rect &other) const noexcepts3d::Rect
getOverlap(const RectF &other) const noexcepts3d::Rect
getRelativePoint(double relativeX, double relativeY) const noexcepts3d::Rect
hs3d::Rect
hasArea() const noexcepts3d::Rect
hash() const noexcepts3d::Rect
horizontalAspectRatio() const noexcepts3d::Rect
intersects(const Shape2DType &other) consts3d::Rect
intersectsAt(const Shape2DType &other) consts3d::Rect
isEmpty() const noexcepts3d::Rect
left() const noexcepts3d::Rect
leftCenter() const noexcepts3d::Rect
leftClicked() const noexcepts3d::Rect
leftPressed() const noexcepts3d::Rect
leftReleased() const noexcepts3d::Rect
leftX() const noexcepts3d::Rect
lerp(const Rect &other, double f) const noexcepts3d::Rect
lerp(const RectF &other, double f) const noexcepts3d::Rect
mouseOver() const noexcepts3d::Rect
moveBy(value_type _x, value_type _y) noexcepts3d::Rect
moveBy(size_type v) noexcepts3d::Rect
movedBy(value_type _x, value_type _y) const noexcepts3d::Rect
movedBy(size_type v) const noexcepts3d::Rect
operator bool() const noexcepts3d::Rectexplicit
operator!=(const Rect &lhs, const Rect &rhs) noexcepts3d::Rectfriend
operator()(const Texture &texture) consts3d::Rect
operator()(const TextureRegion &textureRegion) consts3d::Rect
operator<<(std::basic_ostream< CharType > &output, const Rect &value)s3d::Rectfriend
operator==(const Rect &lhs, const Rect &rhs) noexcepts3d::Rectfriend
operator>>(std::basic_istream< CharType > &input, Rect &value)s3d::Rectfriend
outline(CloseRing closeRing=CloseRing::No) consts3d::Rect
outline(double distanceFromOrigin, double length) consts3d::Rect
overwrite(Image &dst, const Color &color) consts3d::Rect
overwriteFrame(Image &dst, int32 innerThickness, int32 outerThickness, const Color &color) consts3d::Rect
paint(Image &dst, const Color &color) consts3d::Rect
paintFrame(Image &dst, int32 innerThickness, int32 outerThickness, const Color &color) consts3d::Rect
perimeter() const noexcepts3d::Rect
point(size_t index) consts3d::Rect
poss3d::Rect
position_type typedefs3d::Rect
Rect()=defaults3d::Rect
Rect(value_type _size) noexcepts3d::Rectexplicit
Rect(Int _r) noexcepts3d::Rectexplicit
Rect(value_type _w, value_type _h) noexcepts3d::Rect
Rect(W _w, H _h) noexcepts3d::Rectexplicit
Rect(size_type _size) noexcepts3d::Rectexplicit
Rect(value_type _x, value_type _y, value_type _size) noexcepts3d::Rect
Rect(X _x, Y _y, S _size) noexcepts3d::Rect
Rect(value_type _x, value_type _y, value_type _w, value_type _h) noexcepts3d::Rect
Rect(X _x, Y _y, W _w, H _h) noexcepts3d::Rect
Rect(value_type _x, value_type _y, size_type _size) noexcepts3d::Rect
Rect(X _x, Y _y, size_type _size) noexcepts3d::Rect
Rect(position_type _pos, value_type _size) noexcepts3d::Rect
Rect(position_type _pos, Int _size) noexcepts3d::Rect
Rect(position_type _pos, value_type _w, value_type _h) noexcepts3d::Rect
Rect(position_type _pos, W _w, H _h) noexcepts3d::Rect
Rect(position_type _pos, size_type _size) noexcepts3d::Rect
Rect(Arg::center_< position_type > _center, value_type _size) noexcepts3d::Rect
Rect(Arg::center_< position_type > _center, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::center_< position_type > _center, size_type _size) noexcepts3d::Rect
Rect(Arg::topLeft_< position_type > topLeft, value_type _size) noexcepts3d::Rect
Rect(Arg::topLeft_< position_type > topLeft, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::topLeft_< position_type > topLeft, size_type _size) noexcepts3d::Rect
Rect(Arg::topCenter_< position_type > topCenter, value_type _size) noexcepts3d::Rect
Rect(Arg::topCenter_< position_type > topCenter, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::topCenter_< position_type > topCenter, size_type _size) noexcepts3d::Rect
Rect(Arg::topRight_< position_type > topRight, value_type _size) noexcepts3d::Rect
Rect(Arg::topRight_< position_type > topRight, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::topRight_< position_type > topRight, size_type _size) noexcepts3d::Rect
Rect(Arg::rightCenter_< position_type > rightCenter, value_type _size) noexcepts3d::Rect
Rect(Arg::rightCenter_< position_type > rightCenter, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::rightCenter_< position_type > rightCenter, size_type _size) noexcepts3d::Rect
Rect(Arg::bottomRight_< position_type > bottomRight, value_type _size) noexcepts3d::Rect
Rect(Arg::bottomRight_< position_type > bottomRight, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::bottomRight_< position_type > bottomRight, size_type _size) noexcepts3d::Rect
Rect(Arg::bottomCenter_< position_type > bottomCenter, value_type _size) noexcepts3d::Rect
Rect(Arg::bottomCenter_< position_type > bottomCenter, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::bottomCenter_< position_type > bottomCenter, size_type _size) noexcepts3d::Rect
Rect(Arg::bottomLeft_< position_type > bottomLeft, value_type _size) noexcepts3d::Rect
Rect(Arg::bottomLeft_< position_type > bottomLeft, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::bottomLeft_< position_type > bottomLeft, size_type _size) noexcepts3d::Rect
Rect(Arg::leftCenter_< position_type > leftCenter, value_type _size) noexcepts3d::Rect
Rect(Arg::leftCenter_< position_type > leftCenter, value_type _w, value_type _h) noexcepts3d::Rect
Rect(Arg::leftCenter_< position_type > leftCenter, size_type _size) noexcepts3d::Rect
right() const noexcepts3d::Rect
rightCenter() const noexcepts3d::Rect
rightClicked() const noexcepts3d::Rect
rightPressed() const noexcepts3d::Rect
rightReleased() const noexcepts3d::Rect
rightX() const noexcepts3d::Rect
rotated(double angle) const noexcepts3d::Rect
rotatedAt(double _x, double _y, double angle) const noexcepts3d::Rect
rotatedAt(Vec2 _pos, double angle) const noexcepts3d::Rect
rounded(double r) const noexcepts3d::Rect
rounded(double tl, double tr, double br, double bl) const noexcepts3d::Rect
scaled(double s) const noexcepts3d::Rect
scaled(double sx, double sy) const noexcepts3d::Rect
scaled(Vec2 s) const noexcepts3d::Rect
scaledAt(Vec2 _pos, double s) const noexcepts3d::Rect
scaledAt(Vec2 _pos, double sx, double sy) const noexcepts3d::Rect
scaledAt(Vec2 _pos, Vec2 s) const noexcepts3d::Rect
set(value_type _x, value_type _y, value_type _w, value_type _h) noexcepts3d::Rect
set(value_type _x, value_type _y, value_type _size) noexcepts3d::Rect
set(value_type _x, value_type _y, size_type _size) noexcepts3d::Rect
set(position_type _pos, value_type _size) noexcepts3d::Rect
set(position_type _pos, value_type _w, value_type _h) noexcepts3d::Rect
set(position_type _pos, size_type _size) noexcepts3d::Rect
set(const Rect &r) noexcepts3d::Rect
set(Arg::center_< position_type > _center, value_type _size) noexcepts3d::Rect
set(Arg::center_< position_type > _center, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::center_< position_type > _center, size_type _size) noexcepts3d::Rect
set(Arg::topLeft_< position_type > topLeft, value_type _size) noexcepts3d::Rect
set(Arg::topLeft_< position_type > topLeft, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::topLeft_< position_type > topLeft, size_type _size) noexcepts3d::Rect
set(Arg::topCenter_< position_type > topCenter, value_type _size) noexcepts3d::Rect
set(Arg::topCenter_< position_type > topCenter, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::topCenter_< position_type > topCenter, size_type _size) noexcepts3d::Rect
set(Arg::topRight_< position_type > topRight, value_type _size) noexcepts3d::Rect
set(Arg::topRight_< position_type > topRight, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::topRight_< position_type > topRight, size_type _size) noexcepts3d::Rect
set(Arg::rightCenter_< position_type > rightCenter, value_type _size) noexcepts3d::Rect
set(Arg::rightCenter_< position_type > rightCenter, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::rightCenter_< position_type > rightCenter, size_type _size) noexcepts3d::Rect
set(Arg::bottomRight_< position_type > bottomRight, value_type _size) noexcepts3d::Rect
set(Arg::bottomRight_< position_type > bottomRight, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::bottomRight_< position_type > bottomRight, size_type _size) noexcepts3d::Rect
set(Arg::bottomCenter_< position_type > bottomCenter, value_type _size) noexcepts3d::Rect
set(Arg::bottomCenter_< position_type > bottomCenter, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::bottomCenter_< position_type > bottomCenter, size_type _size) noexcepts3d::Rect
set(Arg::bottomLeft_< position_type > bottomLeft, value_type _size) noexcepts3d::Rect
set(Arg::bottomLeft_< position_type > bottomLeft, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::bottomLeft_< position_type > bottomLeft, size_type _size) noexcepts3d::Rect
set(Arg::leftCenter_< position_type > leftCenter, value_type _size) noexcepts3d::Rect
set(Arg::leftCenter_< position_type > leftCenter, value_type _w, value_type _h) noexcepts3d::Rect
set(Arg::leftCenter_< position_type > leftCenter, size_type _size) noexcepts3d::Rect
setCenter(value_type _x, value_type _y) noexcepts3d::Rect
setCenter(position_type _pos) noexcepts3d::Rect
setPos(value_type _x, value_type _y) noexcepts3d::Rect
setPos(position_type _pos) noexcepts3d::Rect
setPos(Arg::center_< position_type > _center) noexcepts3d::Rect
setPos(Arg::topLeft_< position_type > topLeft) noexcepts3d::Rect
setPos(Arg::topCenter_< position_type > topCenter) noexcepts3d::Rect
setPos(Arg::topRight_< position_type > topRight) noexcepts3d::Rect
setPos(Arg::rightCenter_< position_type > rightCenter) noexcepts3d::Rect
setPos(Arg::bottomRight_< position_type > bottomRight) noexcepts3d::Rect
setPos(Arg::bottomCenter_< position_type > bottomCenter) noexcepts3d::Rect
setPos(Arg::bottomLeft_< position_type > bottomLeft) noexcepts3d::Rect
setPos(Arg::leftCenter_< position_type > leftCenter) noexcepts3d::Rect
setSize(value_type _size) noexcepts3d::Rect
setSize(value_type _w, value_type _h) noexcepts3d::Rect
setSize(size_type _size) noexcepts3d::Rect
shearedX(double vx) const noexcepts3d::Rect
shearedY(double vy) const noexcepts3d::Rect
side(size_t index) consts3d::Rect
sizes3d::Rect
size_type typedefs3d::Rect
stretched(value_type xy) const noexcepts3d::Rect
stretched(value_type _x, value_type _y) const noexcepts3d::Rect
stretched(size_type xy) const noexcepts3d::Rect
stretched(value_type top, value_type right, value_type bottom, value_type left) const noexcepts3d::Rect
tl() const noexcepts3d::Rect
top() const noexcepts3d::Rect
topCenter() const noexcepts3d::Rect
topY() const noexcepts3d::Rect
tr() const noexcepts3d::Rect
triangle(size_t index) consts3d::Rect
value_type typedefs3d::Rect
ws3d::Rect
xs3d::Rect
ys3d::Rect