leef-math-cd2025/docs/index.html
2024-12-09 18:41:40 -08:00

138 lines
3.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>CPML documentation</title>
<link rel="stylesheet" href="ldoc_new.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>LEEF Math</h1>
<h2>Modules</h2>
<ul class="nowrap">
<li><a href="modules/bound2.html">bound2</a></li>
<li><a href="modules/bound3.html">bound3</a></li>
<li><a href="modules/bvh.html">bvh</a></li>
<li><a href="modules/color.html">color</a></li>
<li><a href="modules/constants.html">constants</a></li>
<li><a href="modules/intersect.html">intersect</a></li>
<li><a href="modules/mat4.html">mat4</a></li>
<li><a href="modules/mesh.html">mesh</a></li>
<li><a href="modules/octree.html">octree</a></li>
<li><a href="modules/quat.html">quat</a></li>
<li><a href="modules/simplex.html">simplex</a></li>
<li><a href="modules/utils.html">utils</a></li>
<li><a href="modules/vec2.html">vec2</a></li>
<li><a href="modules/vec3.html">vec3</a></li>
</ul>
<h2>Topics</h2>
<ul class="">
<li><a href="topics/readme.md.html">readme</a></li>
</ul>
</div>
<div id="content">
<h2>The CPML library ported to Luanti and extended.</h2>
<h2>Modules</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="modules/bound2.html">bound2</a></td>
<td class="summary">A 2 component bounding box.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/bound3.html">bound3</a></td>
<td class="summary">A 3-component axis-aligned bounding box.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/bvh.html">bvh</a></td>
<td class="summary">BVH Tree</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/color.html">color</a></td>
<td class="summary">Color utilities</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/constants.html">constants</a></td>
<td class="summary">Various useful constants</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/intersect.html">intersect</a></td>
<td class="summary">Various geometric intersections</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/mat4.html">mat4</a></td>
<td class="summary">double 4x4, 1-based, column major matrices</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/mesh.html">mesh</a></td>
<td class="summary">Mesh utilities</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/octree.html">octree</a></td>
<td class="summary">Octree</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/quat.html">quat</a></td>
<td class="summary">A quaternion and associated utilities.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/simplex.html">simplex</a></td>
<td class="summary">Simplex Noise</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/utils.html">utils</a></td>
<td class="summary">Various utility functions</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/vec2.html">vec2</a></td>
<td class="summary">A 2 component vector.</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/vec3.html">vec3</a></td>
<td class="summary">A 3 component vector.</td>
</tr>
</table>
<h2>Topics</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="topics/readme.md.html">readme.md</a></td>
<td class="summary"></td>
</tr>
</table>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/ldoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2024-12-09 17:59:28 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>