OSDN Git Service

SDL_IntersectFRectAndLine 新規追加 https://github.com/libsdl-org/sdlwiki/commit/11035d8d1...
authormaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 10 Jul 2022 15:18:28 +0000 (00:18 +0900)
committermaruhiro <maruhiro@bridge.ocn.ne.jp>
Sun, 10 Jul 2022 15:18:28 +0000 (00:18 +0900)
CategoryAPI.html
CategoryRect.html
SDL_IntersectFRectAndLine.html [new file with mode: 0644]
SDL_IntersectRectAndLine.html

index 9e5554e..b99fe9f 100644 (file)
 <li><a href="SDL_Init.html">SDL_Init</a></li>
 <li><a href="SDL_InitSubSystem.html">SDL_InitSubSystem</a></li>
 <li><a href="SDL_IntersectFRect.html">SDL_IntersectFRect</a></li>
+<li><a href="SDL_IntersectFRectAndLine.html">SDL_IntersectFRectAndLine</a></li>
 <li><a href="SDL_IntersectRect.html">SDL_IntersectRect</a></li>
 <li><a href="SDL_IntersectRectAndLine.html">SDL_IntersectRectAndLine</a></li>
 <li><a href="SDL_iPhoneSetAnimationCallback.html">SDL_iPhoneSetAnimationCallback</a></li>
index 37df8e8..52fab98 100644 (file)
@@ -29,6 +29,7 @@
 <li><a href="SDL_HasIntersection.html">SDL_HasIntersection</a></li>\r
 <li><a href="SDL_HasIntersectionF.html">SDL_HasIntersectionF</a></li>\r
 <li><a href="SDL_IntersectFRect.html">SDL_IntersectFRect</a></li>\r
+<li><a href="SDL_IntersectFRectAndLine.html">SDL_IntersectFRectAndLine</a></li>\r
 <li><a href="SDL_IntersectRect.html">SDL_IntersectRect</a></li>\r
 <li><a href="SDL_IntersectRectAndLine.html">SDL_IntersectRectAndLine</a></li>\r
 <li><a href="SDL_PointInRect.html">SDL_PointInRect</a></li>\r
diff --git a/SDL_IntersectFRectAndLine.html b/SDL_IntersectFRectAndLine.html
new file mode 100644 (file)
index 0000000..fbfcf73
--- /dev/null
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="ja-JP">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
+<link rel="top" href="index.html" title="\83z\81[\83\80">
+<link rel="parent" href="CategoryRect.html" title="1\82Â\8fã">
+<title>SDL_IntersectFRectAndLine</title>
+</head>
+<body>
+<a href="index.html">\96Ú\8e\9f</a> - <a href="ApiByCategory.html">API(\8b@\94\\95Ê)</a> - <a href="CategoryRect.html">\97Ì\88æ</a> - SDL_IntersectFRectAndLine
+<hr>
+<h1>SDL_IntersectFRectAndLine</h1>
+\95\82\93®\8f¬\90\94\93_\82Å\95\\82³\82ê\82½\92·\95û\8c`\82Æ\92¼\90ü\82Ì\8cð\93_\82ð\8b\81\82ß\82é
+<h2>\8d\\95¶</h2>
+<code>SDL_bool SDL_IntersectFRectAndLine(const SDL_FRect *rect, float *X1, float *Y1, float *X2,float *Y2)</code>
+<h2>\88ø\90\94</h2>
+<table border="1" summary="SDL_IntersectFRectAndLine">
+<tr><td>rect</td><td>\8cð\93_\82ð\8b\81\82ß\82é\92·\95û\8c`\82Ì<a href="SDL_FRect.html">SDL_FRect</a></td></tr>
+<tr><td>X1</td><td>\92¼\90ü\82Ì\8en\93_\82ÌX\8dÀ\95W</td></tr>
+<tr><td>Y1</td><td>\92¼\90ü\82Ì\8en\93_\82ÌY\8dÀ\95W</td></tr>
+<tr><td>X2</td><td>\92¼\90ü\82Ì\8fI\93_\82ÌX\8dÀ\95W</td></tr>
+<tr><td>Y2</td><td>\92¼\90ü\82Ì\8fI\93_\82ÌY\8dÀ\95W</td></tr>
+</table>
+<h2>\96ß\82è\92l</h2>
+\8cð\93_\82ª\82 \82é\82Æ\82«SDL_TRUE, \82È\82¢\82Æ\82«SDL_FALSE\82ð\96ß\82·.
+<h2>\8fÚ\8d×</h2>
+\82±\82Ì\8aÖ\90\94\82Í\92·\95û\8c`\82Å\92¼\90ü\82ð\83N\83\8a\83b\83v\82·\82é\82Æ\82«\82É\8eg\82¤.
+\92¼\90ü\82ª\92·\95û\8c`\82Ì\92\86\82É\82 \82é, \82Ü\82½\82Í\8cð\93_\82ª\82È\82¢\8fê\8d\87\82Í, \92[\93_\82Ì\8dÀ\95W\82Í\95Ï\82í\82ç\82È\82¢.
+\92¼\90ü\82ª\92·\95û\8c`\82Ì\95Ð\95û\82Ü\82½\82Í\97¼\95û\82ª\8cð\82í\82é\82Æ, \92·\95û\8c`\82Å\83N\83\8a\83b\83v\82³\82ê\82½\90V\82µ\82¢\92l\82ªX1, Y1, X2, Y2\82É\95K\97v\82È\82ç\82Î\91ã\93ü\82³\82ê\82é.
+<h2>\83o\81[\83W\83\87\83\93</h2>
+SDL 2.0.22\88È\8d~
+<h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>
+<a href="https://wiki.libsdl.org/SDL_IntersectFRectAndLine">SDL_IntersectFRectAndLine - SDL Wiki</a>
+<hr>
+</body>
+</html>
index 2458478..bbec87f 100644 (file)
@@ -29,6 +29,8 @@
 \82±\82Ì\8aÖ\90\94\82Í\92·\95û\8c`\82Å\92¼\90ü\82ð\83N\83\8a\83b\83v\82·\82é\82Æ\82«\82É\8eg\82¤.\r
 \92¼\90ü\82ª\92·\95û\8c`\82Ì\92\86\82É\82 \82é, \82Ü\82½\82Í\8cð\93_\82ª\82È\82¢\8fê\8d\87\82Í, \92[\93_\82Ì\8dÀ\95W\82Í\95Ï\82í\82ç\82È\82¢.\r
 \92¼\90ü\82ª\92·\95û\8c`\82Ì\95Ð\95û\82Ü\82½\82Í\97¼\95û\82ª\8cð\82í\82é\82Æ, \92·\95û\8c`\82Å\83N\83\8a\83b\83v\82³\82ê\82½\90V\82µ\82¢\92l\82ªX1, Y1, X2, Y2\82É\95K\97v\82È\82ç\82Î\91ã\93ü\82³\82ê\82é.\r
+<h2>\83o\81[\83W\83\87\83\93</h2>\r
+SDL 2.0.0\88È\8d~\r
 <h2>SDL Wiki\82Ö\82Ì\83\8a\83\93\83N</h2>\r
 <a href="https://wiki.libsdl.org/SDL_IntersectRectAndLine">SDL_IntersectRectAndLine - SDL Wiki</a>\r
 <hr>\r