tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class DVec3d
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class DVec3d : IEquatable<DVec3d>, IWriteBin, IEqualityOperators<DVec3d, DVec3d, bool>, IAdditionOperators<DVec3d, DVec3d, DVec3d>, ISubtractionOperators<DVec3d, DVec3d, DVec3d>, IMultiplyOperators<DVec3d, double, DVec3d>, IMultiplyOperators<DVec3d, Mat4d, DVec3d>, IDivisionOperators<DVec3d, double, DVec3d>, IVec<double></code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class DVec3d : IEquatable<DVec3d>, IWriteBin, IEqualityOperators<DVec3d, DVec3d, bool>, IAdditionOperators<DVec3d, DVec3d, DVec3d>, ISubtractionOperators<DVec3d, DVec3d, DVec3d>, IMultiplyOperators<DVec3d, double, DVec3d>, IMultiplyOperators<DVec3d, Mat4d, DVec3d>, IDivisionOperators<DVec3d, double, DVec3d>, IVec<double>, IFormattable</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -128,6 +128,7 @@ Class DVec3d
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.imultiplyoperators-3">IMultiplyOperators</a><<a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a>, <a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a>, <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a>></div>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.idivisionoperators-3">IDivisionOperators</a><<a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>, <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a>></div>
|
||||
<div><a class="xref" href="Hi.Geom.IVec-1.html">IVec</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>></div>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformattable">IFormattable</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -1370,6 +1371,48 @@ to set the values.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_DVec3d_ToString_" data-uid="Hi.Geom.DVec3d.ToString*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_DVec3d_ToString_System_String_System_IFormatProvider_" data-uid="Hi.Geom.DVec3d.ToString(System.String,System.IFormatProvider)">
|
||||
ToString(string, IFormatProvider)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Returns a string representation of the dual vector formatted according to the specified format.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string ToString(string format, IFormatProvider formatProvider)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>format</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The format to use for each component</p>
|
||||
</dd>
|
||||
<dt><code>formatProvider</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></dt>
|
||||
<dd><p>The format provider to use</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>A formatted string representation of the dual vector</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user