|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 | | -<html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
3 | | -<title>libtcod documentation | BSP toolkit</title> |
4 | | -<script type="text/javascript" src="../js/doctcod.js"></script> |
5 | | -<link href="../css/style.css" rel="stylesheet" type="text/css"></head> |
6 | | -<link type="text/css" rel="stylesheet" href="../css/shCore.css"></link> |
7 | | -<link type="text/css" rel="stylesheet" href="../css/shThemeDefault.css"></link> |
| 2 | +<html> |
| 3 | + |
| 4 | +<head> |
| 5 | + <!-- Google tag (gtag.js) --> |
| 6 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-C2YXLNQ21C"></script> |
| 7 | + <script> |
| 8 | + window.dataLayer = window.dataLayer || []; |
| 9 | + function gtag() { dataLayer.push(arguments); } |
| 10 | + gtag('js', new Date()); |
| 11 | + gtag('config', 'G-C2YXLNQ21C'); |
| 12 | + </script> |
| 13 | + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
| 14 | + <title>libtcod documentation | BSP toolkit</title> |
| 15 | + <script type="text/javascript" src="../js/doctcod.js"></script> |
| 16 | + <link href="../css/style.css" rel="stylesheet" type="text/css"> |
| 17 | +</head> |
| 18 | +<link type="text/css" rel="stylesheet" href="../css/shCore.css"> |
| 19 | +</link> |
| 20 | +<link type="text/css" rel="stylesheet" href="../css/shThemeDefault.css"> |
| 21 | +</link> |
8 | 22 | <script language="javascript" src="../js/shCore.js"></script> |
9 | 23 | <script language="javascript" src="../js/shBrushBash.js"></script> |
10 | | -<body><div class="header"> |
11 | | -<p><span class="title1">libtcod</span><span class="title2">documentation</span></p> |
12 | | -</div> |
13 | | -<div class="breadcrumb"><div class="breadcrumbtext"><p> |
14 | | -you are here: <a onclick="link('../index2.html')">Index</a> > <a onclick="link('bsp.html')">12. BSP toolkit</a><br> |
15 | | -<a class="prev" onclick="link('zip.html')">11. Compression toolkit</a> | <a class="next" onclick="link('fov.html')">13. Field of view</a> |
16 | | -</p></div></div> |
17 | | -<div class="filter"><input type="checkbox" id="chk_c" name="chk_c" onchange="enable('c',this.checked)" checked='checked' ><label for='chk_c'> C </label><input type="checkbox" id="chk_cpp" name="chk_cpp" onchange="enable('cpp',this.checked)" checked='checked' ><label for='chk_cpp'> C++ </label><input type="checkbox" id="chk_py" name="chk_py" onchange="enable('py',this.checked)" checked='checked' ><label for='chk_py'> Py </label><input type="checkbox" id="chk_lua" name="chk_lua" onchange="enable('lua',this.checked)" disabled='disabled'><label class='disabled' for='chk_lua'> Lua </label><input type="checkbox" id="chk_cs" name="chk_cs" onchange="enable('cs',this.checked)" disabled='disabled'><label class='disabled' for='chk_cs'> C# </label></div> |
18 | | -<div class="main"><div class="maintext"> |
19 | | -<h1>12. BSP toolkit</h1> |
20 | | -<div id="toc"><ul><li><a onclick="link('bsp_init.html')">12.1. Creating a BSP tree</a></li> |
21 | | -<li><a onclick="link('bsp_split.html')">12.2. Splitting the tree</a></li> |
22 | | -<li><a onclick="link('bsp_resize.html')">12.3. Resizing a tree</a></li> |
23 | | -<li><a onclick="link('bsp_read.html')">12.4. Reading information from the tree</a></li> |
24 | | -<li><a onclick="link('bsp_traverse.html')">12.5. Traversing the tree</a></li> |
25 | | -</ul></div> |
26 | | -<p>This toolkit allows one to create and manipulate 2D Binary Space Partition trees. They can be used to split a rectangular region into non overlapping sub-regions.<br /> </p> |
27 | 24 |
|
28 | | -</div></div> |
29 | | -<div class="footer"><div class="footertext"> |
30 | | - <p>libtcod 1.6.4, © 2008, 2009, 2010, 2012, 2017 Jice, Mingos & rmtew<br> |
31 | | - This file has been generated by doctcod.</p> |
32 | | - <p><table width='100%'><tr><td width="33%"><a href="https://github.com/libtcod/libtcod">libtcod website</a></td> |
33 | | - <td width="33%"><a href="https://www.reddit.com/r/roguelikedev">libtcod on /r/roguelikedev</a></td> |
34 | | - <td width="33%">libtcod tutorials [ <a href="http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod">Python</a> | <a href="http://www.roguebasin.com/index.php?title=Complete_roguelike_tutorial_using_C%2B%2B_and_libtcod_-_part_1:_setting_up">C++</a> ]</td> |
35 | | - </tr></table></p> |
36 | | -</div></div> |
| 25 | +<body> |
| 26 | + <div class="header"> |
| 27 | + <p><span class="title1">libtcod</span><span class="title2">documentation</span></p> |
| 28 | + </div> |
| 29 | + <div class="breadcrumb"> |
| 30 | + <div class="breadcrumbtext"> |
| 31 | + <p> |
| 32 | + you are here: <a onclick="link('../index2.html')">Index</a> > <a onclick="link('bsp.html')">12. BSP |
| 33 | + toolkit</a><br> |
| 34 | + <a class="prev" onclick="link('zip.html')">11. Compression toolkit</a> | <a class="next" |
| 35 | + onclick="link('fov.html')">13. Field of view</a> |
| 36 | + </p> |
| 37 | + </div> |
| 38 | + </div> |
| 39 | + <div class="filter"><input type="checkbox" id="chk_c" name="chk_c" onchange="enable('c',this.checked)" |
| 40 | + checked='checked'><label for='chk_c'> C </label><input type="checkbox" id="chk_cpp" name="chk_cpp" |
| 41 | + onchange="enable('cpp',this.checked)" checked='checked'><label for='chk_cpp'> C++ </label><input type="checkbox" |
| 42 | + id="chk_py" name="chk_py" onchange="enable('py',this.checked)" checked='checked'><label for='chk_py'> Py |
| 43 | + </label><input type="checkbox" id="chk_lua" name="chk_lua" onchange="enable('lua',this.checked)" |
| 44 | + disabled='disabled'><label class='disabled' for='chk_lua'> Lua </label><input type="checkbox" id="chk_cs" |
| 45 | + name="chk_cs" onchange="enable('cs',this.checked)" disabled='disabled'><label class='disabled' for='chk_cs'> C# |
| 46 | + </label></div> |
| 47 | + <div class="main"> |
| 48 | + <div class="maintext"> |
| 49 | + <h1>12. BSP toolkit</h1> |
| 50 | + <div id="toc"> |
| 51 | + <ul> |
| 52 | + <li><a onclick="link('bsp_init.html')">12.1. Creating a BSP tree</a></li> |
| 53 | + <li><a onclick="link('bsp_split.html')">12.2. Splitting the tree</a></li> |
| 54 | + <li><a onclick="link('bsp_resize.html')">12.3. Resizing a tree</a></li> |
| 55 | + <li><a onclick="link('bsp_read.html')">12.4. Reading information from the tree</a></li> |
| 56 | + <li><a onclick="link('bsp_traverse.html')">12.5. Traversing the tree</a></li> |
| 57 | + </ul> |
| 58 | + </div> |
| 59 | + <p>This toolkit allows one to create and manipulate 2D Binary Space Partition trees. They can be used to split a |
| 60 | + rectangular region into non overlapping sub-regions.<br /> </p> |
| 61 | + |
| 62 | + </div> |
| 63 | + </div> |
| 64 | + <div class="footer"> |
| 65 | + <div class="footertext"> |
| 66 | + <p>libtcod 1.6.4, © 2008, 2009, 2010, 2012, 2017 Jice, Mingos & rmtew<br> |
| 67 | + This file has been generated by doctcod.</p> |
| 68 | + <p> |
| 69 | + <table width='100%'> |
| 70 | + <tr> |
| 71 | + <td width="33%"><a href="https://github.com/libtcod/libtcod">libtcod website</a></td> |
| 72 | + <td width="33%"><a href="https://www.reddit.com/r/roguelikedev">libtcod on /r/roguelikedev</a></td> |
| 73 | + <td width="33%">libtcod tutorials [ <a |
| 74 | + href="http://www.roguebasin.com/index.php?title=Complete_Roguelike_Tutorial,_using_python%2Blibtcod">Python</a> | <a |
| 75 | + href="http://www.roguebasin.com/index.php?title=Complete_roguelike_tutorial_using_C%2B%2B_and_libtcod_-_part_1:_setting_up">C++</a> ] |
| 76 | + </td> |
| 77 | + </tr> |
| 78 | + </table> |
| 79 | + </p> |
| 80 | + </div> |
| 81 | + </div> |
37 | 82 | </body> |
38 | 83 | <script> |
39 | | -initFilter(); |
40 | | -SyntaxHighlighter.all(); |
| 84 | + initFilter(); |
| 85 | + SyntaxHighlighter.all(); |
41 | 86 | </script> |
| 87 | + |
42 | 88 | </html> |
0 commit comments