OpenSiv3D
OpenSiv3D copied to clipboard
RectFとRectのメンバ関数、brとbl関数の説明にあるtypo
trafficstars
RectF、Rectのメンバ関数であるbr()とbl()の説明が逆になっていました。
/// @brief 長方形の左下の座標を返します。
/// @return 長方形の左下の座標
[[nodiscard]]
constexpr size_type br() const noexcept;
/// @brief 長方形の右下の座標を返します。
/// @return 長方形の右下の座標
[[nodiscard]]
constexpr size_type bl() const noexcept;