mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
docs: regenerate
This commit is contained in:
parent
10c7cee542
commit
077c1bca96
1010 changed files with 17458 additions and 9354 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class VectorExtensions
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.0.0">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vector2 ToSharpDX(this Vector2 vec)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static SharpDX.Vector2 ToSharpDX(this Vector2 vec)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vector3 ToSharpDX(this Vector3 vec)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static SharpDX.Vector3 ToSharpDX(this Vector3 vec)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -227,7 +227,7 @@
|
|||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vector4 ToSharpDX(this Vector4 vec)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static SharpDX.Vector4 ToSharpDX(this Vector4 vec)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -271,13 +271,13 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/VectorExtensions.cs/#L15">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_VectorExtensions_ToSystem_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem*"></a>
|
||||
<h4 id="Dalamud_Utility_VectorExtensions_ToSystem_SharpDX_Vector2_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem(SharpDX.Vector2)">ToSystem(Vector2)</h4>
|
||||
<h4 id="Dalamud_Utility_VectorExtensions_ToSystem_SharpDX_Vector2_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem(SharpDX.Vector2)">ToSystem(SharpDX.Vector2)</h4>
|
||||
<div class="markdown level1 summary"><p>Converts a SharpDX vector to System.Numerics.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vector2 ToSystem(this Vector2 vec)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static Vector2 ToSystem(this SharpDX.Vector2 vec)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -321,13 +321,13 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/VectorExtensions.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_VectorExtensions_ToSystem_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem*"></a>
|
||||
<h4 id="Dalamud_Utility_VectorExtensions_ToSystem_SharpDX_Vector3_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem(SharpDX.Vector3)">ToSystem(Vector3)</h4>
|
||||
<h4 id="Dalamud_Utility_VectorExtensions_ToSystem_SharpDX_Vector3_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem(SharpDX.Vector3)">ToSystem(SharpDX.Vector3)</h4>
|
||||
<div class="markdown level1 summary"><p>Converts a SharpDX vector to System.Numerics.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vector3 ToSystem(this Vector3 vec)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static Vector3 ToSystem(this SharpDX.Vector3 vec)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -371,13 +371,13 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/VectorExtensions.cs/#L29">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_VectorExtensions_ToSystem_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem*"></a>
|
||||
<h4 id="Dalamud_Utility_VectorExtensions_ToSystem_SharpDX_Vector4_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem(SharpDX.Vector4)">ToSystem(Vector4)</h4>
|
||||
<h4 id="Dalamud_Utility_VectorExtensions_ToSystem_SharpDX_Vector4_" data-uid="Dalamud.Utility.VectorExtensions.ToSystem(SharpDX.Vector4)">ToSystem(SharpDX.Vector4)</h4>
|
||||
<div class="markdown level1 summary"><p>Converts a SharpDX vector to System.Numerics.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vector4 ToSystem(this Vector4 vec)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static Vector4 ToSystem(this SharpDX.Vector4 vec)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue