This commit is contained in:
2026-01-31 17:18:04 +08:00
parent 0d5ad55028
commit 3cabb9e5f7
64 changed files with 9438 additions and 3144 deletions
@@ -155,8 +155,8 @@ Class DirectionBranchPackUtil
<a id="Hi_Mech_Topo_DirectionBranchPackUtil_GetMat4d_" data-uid="Hi.Mech.Topo.DirectionBranchPackUtil.GetMat4d*"></a>
<h3 id="Hi_Mech_Topo_DirectionBranchPackUtil_GetMat4d_System_Collections_Generic_IEnumerable_Hi_Mech_Topo_DirectionBranchPack__" data-uid="Hi.Mech.Topo.DirectionBranchPackUtil.GetMat4d(System.Collections.Generic.IEnumerable{Hi.Mech.Topo.DirectionBranchPack})">
GetMat4d(IEnumerable&lt;DirectionBranchPack&gt;)
<h3 id="Hi_Mech_Topo_DirectionBranchPackUtil_GetMat4d_System_Collections_Generic_IEnumerable_Hi_Mech_Topo_DirectionBranchEntry__" data-uid="Hi.Mech.Topo.DirectionBranchPackUtil.GetMat4d(System.Collections.Generic.IEnumerable{Hi.Mech.Topo.DirectionBranchEntry})">
GetMat4d(IEnumerable&lt;DirectionBranchEntry&gt;)
</h3>
@@ -167,12 +167,12 @@ Where the number in parentheses is the index number of the <code class="paramref
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Mat4d GetMat4d(this IEnumerable&lt;DirectionBranchPack&gt; chain)</code></pre>
<pre><code class="lang-csharp hljs">public static Mat4d GetMat4d(this IEnumerable&lt;DirectionBranchEntry&gt; chain)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>chain</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="Hi.Mech.Topo.DirectionBranchPack.html">DirectionBranchPack</a>&gt;</dt>
<dt><code>chain</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="Hi.Mech.Topo.DirectionBranchEntry.html">DirectionBranchEntry</a>&gt;</dt>
<dd><p>chain</p>
</dd>
</dl>