tune
This commit is contained in:
@@ -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<DirectionBranchPack>)
|
||||
<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<DirectionBranchEntry>)
|
||||
|
||||
</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<DirectionBranchPack> chain)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static Mat4d GetMat4d(this IEnumerable<DirectionBranchEntry> 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><<a class="xref" href="Hi.Mech.Topo.DirectionBranchPack.html">DirectionBranchPack</a>></dt>
|
||||
<dt><code>chain</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="Hi.Mech.Topo.DirectionBranchEntry.html">DirectionBranchEntry</a>></dt>
|
||||
<dd><p>chain</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user