tune
This commit is contained in:
@@ -496,6 +496,37 @@ The matrix is rotate along axis with given radian.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Mat4d__ctor_" data-uid="Hi.Geom.Mat4d.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Mat4d__ctor_System_Collections_Generic_IEnumerable_System_Double__" data-uid="Hi.Geom.Mat4d.#ctor(System.Collections.Generic.IEnumerable{System.Double})">
|
||||
Mat4d(IEnumerable<double>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d(IEnumerable<double> src)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>src</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Mat4d__ctor_" data-uid="Hi.Geom.Mat4d.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Mat4d__ctor_System_Double_" data-uid="Hi.Geom.Mat4d.#ctor(System.Double)">
|
||||
@@ -1475,6 +1506,42 @@ The value is Vec3d(m[12], m[13], m[14]).</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Mat4d_FixFloatingZero_" data-uid="Hi.Geom.Mat4d.FixFloatingZero*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Mat4d_FixFloatingZero_System_Double_" data-uid="Hi.Geom.Mat4d.FixFloatingZero(System.Double)">
|
||||
FixFloatingZero(double)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d FixFloatingZero(double floatingZeroTolerance = 1E-12)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>floatingZeroTolerance</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Mat4d_GetHashCode_" data-uid="Hi.Geom.Mat4d.GetHashCode*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Mat4d_GetHashCode" data-uid="Hi.Geom.Mat4d.GetHashCode">
|
||||
@@ -1580,6 +1647,42 @@ The value is Vec3d(m[12], m[13], m[14]).</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Mat4d_GetTransform_" data-uid="Hi.Geom.Mat4d.GetTransform*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Mat4d_GetTransform_System_Func_System_Double_System_Double__" data-uid="Hi.Geom.Mat4d.GetTransform(System.Func{System.Double,System.Double})">
|
||||
GetTransform(Func<double, double>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d GetTransform(Func<double, double> transformingFunc)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>transformingFunc</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Mat4d_Inverse_" data-uid="Hi.Geom.Mat4d.Inverse*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Mat4d_Inverse" data-uid="Hi.Geom.Mat4d.Inverse">
|
||||
@@ -2293,6 +2396,42 @@ The format is <code>{0,1,2,3,...,15}</code></p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Mat4d_Transform_" data-uid="Hi.Geom.Mat4d.Transform*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Mat4d_Transform_System_Func_System_Double_System_Double__" data-uid="Hi.Geom.Mat4d.Transform(System.Func{System.Double,System.Double})">
|
||||
Transform(Func<double, double>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Mat4d Transform(Func<double, double> transformingFunc)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>transformingFunc</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Mat4d_Transpose_" data-uid="Hi.Geom.Mat4d.Transpose*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Mat4d_Transpose" data-uid="Hi.Geom.Mat4d.Transpose">
|
||||
|
||||
Reference in New Issue
Block a user