| 2014-12-24 16:14:13 | e8070bf5 | SDL_UnionRectを修正 |
| @@ -12,14 +12,14 @@ | ||
| 12 | 12 | <a href="index.html">目次</a> - <a href="ApiByCategory.html">API(機能別)</a> - <a href="CategoryRect.html">領域</a> - SDL_UnionRect |
| 13 | 13 | <hr> |
| 14 | 14 | <h1>SDL_UnionRect</h1> |
| 15 | -2つの長方形が重なる部分の長方形を求める | |
| 15 | +2つの長方形の両方を含む(最小の)長方形を求める | |
| 16 | 16 | <h2>構文</h2> |
| 17 | 17 | <code>void SDL_UnionRect(const SDL_Rect* A, const SDL_Rect* B, SDL_Rect* result)</code> |
| 18 | 18 | <h2>引数</h2> |
| 19 | 19 | <table border="1" summary="SDL_UnionRect"> |
| 20 | 20 | <tr><td>A</td><td>1番目の<a href="SDL_Rect.html">SDL_Rect</a></td></tr> |
| 21 | 21 | <tr><td>B</td><td>2番目の<a href="SDL_Rect.html">SDL_Rect</a></td></tr> |
| 22 | -<tr><td>result</td><td>AとBの重なる部分の<a href="SDL_Rect.html">SDL_Rect</a>を代入するポインタ</td></tr> | |
| 22 | +<tr><td>result</td><td>AとBの両方を含むような<a href="SDL_Rect.html">SDL_Rect</a>を代入するポインタ</td></tr> | |
| 23 | 23 | </table> |
| 24 | 24 | <h2>SDL Wikiへのリンク</h2> |
| 25 | 25 | <a href="https://wiki.libsdl.org/SDL_UnionRect">SDL_UnionRect - SDL Wiki</a> |