This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -153,6 +153,41 @@ Class GeomUtil
</h2>
<a id="Hi_Geom_GeomUtil_ExpandToBox3d_" data-uid="Hi.Geom.GeomUtil.ExpandToBox3d*"></a>
<h3 id="Hi_Geom_GeomUtil_ExpandToBox3d_Hi_Geom_IExpandToBox3d_Hi_Geom_Mat4d_Hi_Geom_Box3d_" data-uid="Hi.Geom.GeomUtil.ExpandToBox3d(Hi.Geom.IExpandToBox3d,Hi.Geom.Mat4d,Hi.Geom.Box3d)">
ExpandToBox3d(IExpandToBox3d, Mat4d, Box3d)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void ExpandToBox3d(this IExpandToBox3d src, Mat4d mat, Box3d dst)</code></pre>
</div>
<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>
<dt><code>mat</code> <a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
<dd></dd>
<dt><code>dst</code> <a class="xref" href="Hi.Geom.Box3d.html">Box3d</a></dt>
<dd></dd>
</dl>
<a id="Hi_Geom_GeomUtil_GetBox3d_" data-uid="Hi.Geom.GeomUtil.GetBox3d*"></a>
<h3 id="Hi_Geom_GeomUtil_GetBox3d_Hi_Geom_IExpandToBox3d_" data-uid="Hi.Geom.GeomUtil.GetBox3d(Hi.Geom.IExpandToBox3d)">