fix cubetree init crash.

This commit is contained in:
2026-02-17 15:51:23 +08:00
parent 1a8a3b59d2
commit a21240016f
671 changed files with 12580 additions and 1166 deletions
@@ -289,39 +289,6 @@ set <code class="paramref">mat</code>[10] to <a class="xref" href="Hi.Geom.DVec3
<a id="Hi_Geom_DVec3d__ctor_" data-uid="Hi.Geom.DVec3d.#ctor*"></a>
<h3 id="Hi_Geom_DVec3d__ctor_Hi_Geom_UnnullableDVec3d_" data-uid="Hi.Geom.DVec3d.#ctor(Hi.Geom.UnnullableDVec3d)">
DVec3d(UnnullableDVec3d)
</h3>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a> class from an UnnullableDVec3d.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DVec3d(UnnullableDVec3d src)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>src</code> <a class="xref" href="Hi.Geom.UnnullableDVec3d.html">UnnullableDVec3d</a></dt>
<dd><p>The source UnnullableDVec3d to copy from.</p>
</dd>
</dl>
<a id="Hi_Geom_DVec3d__ctor_" data-uid="Hi.Geom.DVec3d.#ctor*"></a>
<h3 id="Hi_Geom_DVec3d__ctor_Hi_Geom_Vec3d_Hi_Geom_Vec3d_" data-uid="Hi.Geom.DVec3d.#ctor(Hi.Geom.Vec3d,Hi.Geom.Vec3d)">
@@ -1413,39 +1380,6 @@ to set the values.</p>
<a id="Hi_Geom_DVec3d_ToUnnullableDVec3d_" data-uid="Hi.Geom.DVec3d.ToUnnullableDVec3d*"></a>
<h3 id="Hi_Geom_DVec3d_ToUnnullableDVec3d" data-uid="Hi.Geom.DVec3d.ToUnnullableDVec3d">
ToUnnullableDVec3d()
</h3>
<div class="markdown level1 summary"><p>Converts this DVec3d to an UnnullableDVec3d.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public UnnullableDVec3d ToUnnullableDVec3d()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Geom.UnnullableDVec3d.html">UnnullableDVec3d</a></dt>
<dd><p>A new UnnullableDVec3d containing the data from this DVec3d.</p>
</dd>
</dl>
<a id="Hi_Geom_DVec3d_WriteBin_" data-uid="Hi.Geom.DVec3d.WriteBin*"></a>
<h3 id="Hi_Geom_DVec3d_WriteBin_System_IO_BinaryWriter_" data-uid="Hi.Geom.DVec3d.WriteBin(System.IO.BinaryWriter)">