This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -102,7 +102,7 @@ Class Vec2i
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class Vec2i : IEquatable&lt;Vec2i&gt;</code></pre>
<pre><code class="lang-csharp hljs">public class Vec2i : IEquatable&lt;Vec2i&gt;, IFormattable</code></pre>
</div>
@@ -120,6 +120,7 @@ Class Vec2i
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="Hi.Geom.Vec2i.html">Vec2i</a>&gt;</div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformattable">IFormattable</a></div>
</dd>
</dl>
@@ -1409,6 +1410,48 @@ Direction 0,1,2 indicate x,y,z respectively.</p>
<a id="Hi_Geom_Vec2i_ToString_" data-uid="Hi.Geom.Vec2i.ToString*"></a>
<h3 id="Hi_Geom_Vec2i_ToString_System_String_System_IFormatProvider_" data-uid="Hi.Geom.Vec2i.ToString(System.String,System.IFormatProvider)">
ToString(string, IFormatProvider)
</h3>
<div class="markdown level1 summary"><p>Returns a string representation of the 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 vector</p>
</dd>
</dl>
<h2 class="section" id="operators">Operators
</h2>