Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yunba28 opened this issue Aug 23, 2022 · 0 comments
Closed
Labels

Comments

@yunba28
Copy link
Member

yunba28 commented Aug 23, 2022

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

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

/// @brief 長方形の右下の座標を返します。
/// @return 長方形の右下の座標
[[nodiscard]]
constexpr size_type bl() const noexcept;
yunba28 added a commit to yunba28/OpenSiv3D that referenced this issue Aug 28, 2022
yunba28 added a commit to yunba28/OpenSiv3D that referenced this issue Aug 28, 2022
Reputeless added a commit that referenced this issue Aug 28, 2022
Rect::br(),Rect::bl()のコメント修正 (#871)
Reputeless added a commit that referenced this issue Aug 28, 2022
RectF::bl(),RectF::br()のコメント修正 (#871)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants