This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -160,7 +160,8 @@ Class GeomUtil
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Expands the destination bounding box with the transformed bounding box of source under matrix <code class="paramref">mat</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -170,11 +171,14 @@ Class GeomUtil
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>src</code> <a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></dt>
<dd></dd>
<dd><p>The source geometry</p>
</dd>
<dt><code>mat</code> <a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
<dd></dd>
<dd><p>The transformation matrix</p>
</dd>
<dt><code>dst</code> <a class="xref" href="Hi.Geom.Box3d.html">Box3d</a></dt>
<dd></dd>
<dd><p>The destination bounding box</p>
</dd>
</dl>