This commit is contained in:
2026-02-11 04:11:05 +08:00
parent b445c3e334
commit 1a8a3b59d2
104 changed files with 10241 additions and 2457 deletions
+11 -5
View File
@@ -172,6 +172,12 @@ The plane equation is: Ax + By + Cz + d = 0, where (A,B,C) is the normal vector
<dl class="jumplist">
<dt><a class="xref" href="Hi.Geom.MathUtil.html">MathUtil</a></dt>
<dd><p>Math Utility.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Geom.NativeFraction.html">NativeFraction</a></dt>
<dd><p>Native wrapper for C++ fraction_t&lt;0&gt; (unlimited precision fraction).
A fraction consists of a numerator and denominator using unlimited precision integers.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -265,11 +271,6 @@ Include generator of triangles from points.</p>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
<dd><p>Basic 3D point (or vector).</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Geom.Vec3dUtil.html">Vec3dUtil</a></dt>
<dd><p>Utility and Extension of <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a>.</p>
</dd>
</dl>
<h3 id="interfaces">
@@ -341,6 +342,11 @@ Enums
<dl class="jumplist">
<dt><a class="xref" href="Hi.Geom.Dir.html">Dir</a></dt>
<dd><p>Enumeration of coordinate axis directions in 3D space.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Geom.FractionStatus.html">FractionStatus</a></dt>
<dd><p>Status flags for <a class="xref" href="Hi.Geom.NativeFraction.html">NativeFraction</a>.</p>
</dd>
</dl>
<dl class="jumplist">