OpenSiv3D icon indicating copy to clipboard operation
OpenSiv3D copied to clipboard

RectFとRectのメンバ関数、brとbl関数の説明にあるtypo

Open yunba28 opened this issue 3 years ago • 0 comments
trafficstars

RectF、Rectのメンバ関数であるbr()とbl()の説明が逆になっていました。

/// @brief 長方形の左下の座標を返します。
/// @return 長方形の左下の座標
[[nodiscard]]
constexpr size_type br() const noexcept;

/// @brief 長方形の右下の座標を返します。
/// @return 長方形の右下の座標
[[nodiscard]]
constexpr size_type bl() const noexcept;

yunba28 avatar Aug 23 '22 13:08 yunba28