mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
1929 lines
95 KiB
HTML
1929 lines
95 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE]><![endif]-->
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>Struct Vector4
|
|
</title>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="title" content="Struct Vector4
|
|
">
|
|
<meta name="generator" content="docfx 2.59.4.0">
|
|
|
|
<link rel="shortcut icon" href="../favicon.ico">
|
|
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
|
<link rel="stylesheet" href="../styles/docfx.css">
|
|
<link rel="stylesheet" href="../styles/main.css">
|
|
<meta property="docfx:navrel" content="">
|
|
<meta property="docfx:tocrel" content="toc.html">
|
|
|
|
|
|
|
|
</head>
|
|
<body data-spy="scroll" data-target="#affix" data-offset="120">
|
|
<div id="wrapper">
|
|
<header>
|
|
|
|
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
|
|
<a class="navbar-brand" href="../index.html">
|
|
<img id="logo" class="svg" src="../logo.svg" alt="">
|
|
</a>
|
|
</div>
|
|
<div class="collapse navbar-collapse" id="navbar">
|
|
<form class="navbar-form navbar-right" role="search" id="search">
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="subnav navbar navbar-default">
|
|
<div class="container hide-when-search" id="breadcrumb">
|
|
<ul class="breadcrumb">
|
|
<li></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div role="main" class="container body-content hide-when-search">
|
|
|
|
<div class="sidenav hide-when-search">
|
|
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
|
|
<div class="sidetoggle collapse" id="sidetoggle">
|
|
<div id="sidetoc"></div>
|
|
</div>
|
|
</div>
|
|
<div class="article row grid-right">
|
|
<div class="col-md-10">
|
|
<article class="content wrap" id="_content" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4">
|
|
|
|
|
|
<h1 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4" class="text-break">Struct Vector4
|
|
</h1>
|
|
<div class="markdown level0 summary"></div>
|
|
<div class="markdown level0 conceptual"></div>
|
|
<div class="implements">
|
|
<h5>Implements</h5>
|
|
<div><span class="xref">IEquatable</span><<a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a>></div>
|
|
<div><span class="xref">IFormattable</span></div>
|
|
</div>
|
|
<div class="inheritedMembers">
|
|
<h5>Inherited Members</h5>
|
|
<div>
|
|
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">System.Object.GetType()</span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
|
</div>
|
|
</div>
|
|
<h6><strong>Namespace</strong>: <a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.html">FFXIVClientStructs.FFXIV.Common.Math</a></h6>
|
|
<h6><strong>Assembly</strong>: FFXIVClientStructs.dll</h6>
|
|
<h5 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_syntax">Syntax</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public struct Vector4</code></pre>
|
|
</div>
|
|
<h3 id="constructors">Constructors
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4__ctor_System_Single_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.%23ctor(System.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L19">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4__ctor_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.#ctor*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4__ctor_System_Single_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.#ctor(System.Single)">Vector4(Single)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Vector4(float value)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">value</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4__ctor_System_Single_System_Single_System_Single_System_Single_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.%23ctor(System.Single%2CSystem.Single%2CSystem.Single%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L20">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4__ctor_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.#ctor*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.#ctor(System.Single,System.Single,System.Single,System.Single)">Vector4(Single, Single, Single, Single)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public Vector4(float x, float y, float z, float w)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">x</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">y</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">z</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">w</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="fields">Fields
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_NegativeInfinity.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.NegativeInfinity%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L14">View Source</a>
|
|
</span>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_NegativeInfinity" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.NegativeInfinity">NegativeInfinity</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static readonly Vector4 NegativeInfinity</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_One.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.One%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L12">View Source</a>
|
|
</span>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_One" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.One">One</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static readonly Vector4 One</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_PositiveInfinity.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.PositiveInfinity%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L13">View Source</a>
|
|
</span>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_PositiveInfinity" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.PositiveInfinity">PositiveInfinity</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static readonly Vector4 PositiveInfinity</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_W.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.W%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L9">View Source</a>
|
|
</span>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_W" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.W">W</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public float W</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_X.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.X%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L6">View Source</a>
|
|
</span>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_X" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.X">X</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public float X</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Y.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Y%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L7">View Source</a>
|
|
</span>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Y" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Y">Y</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public float Y</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Z.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Z%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L8">View Source</a>
|
|
</span>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Z" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Z">Z</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public float Z</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Zero.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Zero%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L11">View Source</a>
|
|
</span>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Zero" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Zero">Zero</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static readonly Vector4 Zero</code></pre>
|
|
</div>
|
|
<h5 class="fieldValue">Field Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="properties">Properties
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Magnitude.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Magnitude%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L16">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Magnitude_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Magnitude*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Magnitude" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Magnitude">Magnitude</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public readonly float Magnitude { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_SqrMagnitude.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.SqrMagnitude%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L17">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_SqrMagnitude_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.SqrMagnitude*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_SqrMagnitude" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.SqrMagnitude">SqrMagnitude</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public readonly float SqrMagnitude { get; }</code></pre>
|
|
</div>
|
|
<h5 class="propertyValue">Property Value</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="methods">Methods
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Distance_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Distance(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L54">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Distance_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Distance*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Distance_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Distance(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Distance(Vector4, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static float Distance(Vector4 a, Vector4 b)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Dot_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Dot(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L34">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Dot_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Dot*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Dot_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Dot(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Dot(Vector4, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static float Dot(Vector4 left, Vector4 right)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">left</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">right</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Equals_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Equals(FFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L180">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Equals_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Equals*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Equals_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Equals(FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Equals(Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public bool Equals(Vector4 other)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">other</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Equals_System_Object_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Equals(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L185">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Equals_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Equals*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Equals_System_Object_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Equals(System.Object)">Equals(Object)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Object</span></td>
|
|
<td><span class="parametername">obj</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><span class="xref">System.ValueType.Equals(System.Object)</span></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_GetHashCode.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.GetHashCode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L186">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_GetHashCode_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.GetHashCode*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_GetHashCode" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.GetHashCode">GetHashCode()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
|
|
</div>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Int32</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><span class="xref">System.ValueType.GetHashCode()</span></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Lerp_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_System_Single_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Lerp(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L44">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Lerp_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Lerp*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Lerp_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_System_Single_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Lerp(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4,System.Single)">Lerp(Vector4, Vector4, Single)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Lerp(Vector4 start, Vector4 end, float amount)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">start</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">end</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">amount</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_LerpUnclamped_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_System_Single_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.LerpUnclamped(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L49">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_LerpUnclamped_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.LerpUnclamped*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_LerpUnclamped_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_System_Single_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.LerpUnclamped(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4,System.Single)">LerpUnclamped(Vector4, Vector4, Single)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 LerpUnclamped(Vector4 start, Vector4 end, float amount)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">start</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">end</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">amount</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Normalize_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Normalize(FFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L28">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Normalize_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Normalize*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Normalize_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Normalize(FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Normalize(Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Normalize(Vector4 value)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">value</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Project_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Project(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L39">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Project_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Project*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Project_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Project(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Project(Vector4, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Project(Vector4 left, Vector4 right)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">left</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">right</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_SqrDistance_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.SqrDistance(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L59">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_SqrDistance_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.SqrDistance*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_SqrDistance_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.SqrDistance(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">SqrDistance(Vector4, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static float SqrDistance(Vector4 a, Vector4 b)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_ToString.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L188">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_ToString_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.ToString*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_ToString" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.ToString">ToString()</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
|
|
</div>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="overrides">Overrides</h5>
|
|
<div><span class="xref">System.ValueType.ToString()</span></div>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_ToString_System_String_System_Nullable_IFormatProvider__.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.ToString(System.String%2CSystem.Nullable%7BIFormatProvider%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L189">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_ToString_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.ToString*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_ToString_System_String_System_Nullable_IFormatProvider__" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.ToString(System.String,System.Nullable{IFormatProvider})">ToString(String, Nullable<IFormatProvider>)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public string ToString(string format, IFormatProvider? formatProvider)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td><span class="parametername">format</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Nullable</span><<span class="xref">IFormatProvider</span>></td>
|
|
<td><span class="parametername">formatProvider</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.String</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector2_FFXIVClientStructs_FFXIV_Common_Math_Matrix4x4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector2%2CFFXIVClientStructs.FFXIV.Common.Math.Matrix4x4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L65">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector2_FFXIVClientStructs_FFXIV_Common_Math_Matrix4x4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector2,FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4)">Transform(Vector2, Matrix4x4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Transform(Vector2 position, Matrix4x4 matrix)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector2.html">Vector2</a></td>
|
|
<td><span class="parametername">position</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4.html">Matrix4x4</a></td>
|
|
<td><span class="parametername">matrix</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector2_FFXIVClientStructs_FFXIV_Common_Math_Quaternion_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector2%2CFFXIVClientStructs.FFXIV.Common.Math.Quaternion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L75">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector2_FFXIVClientStructs_FFXIV_Common_Math_Quaternion_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector2,FFXIVClientStructs.FFXIV.Common.Math.Quaternion)">Transform(Vector2, Quaternion)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Transform(Vector2 value, Quaternion rotation)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector2.html">Vector2</a></td>
|
|
<td><span class="parametername">value</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Quaternion.html">Quaternion</a></td>
|
|
<td><span class="parametername">rotation</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector3_FFXIVClientStructs_FFXIV_Common_Math_Matrix4x4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector3%2CFFXIVClientStructs.FFXIV.Common.Math.Matrix4x4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L99">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector3_FFXIVClientStructs_FFXIV_Common_Math_Matrix4x4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector3,FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4)">Transform(Vector3, Matrix4x4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Transform(Vector3 position, Matrix4x4 matrix)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector3.html">Vector3</a></td>
|
|
<td><span class="parametername">position</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4.html">Matrix4x4</a></td>
|
|
<td><span class="parametername">matrix</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector3_FFXIVClientStructs_FFXIV_Common_Math_Quaternion_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector3%2CFFXIVClientStructs.FFXIV.Common.Math.Quaternion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L109">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector3_FFXIVClientStructs_FFXIV_Common_Math_Quaternion_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector3,FFXIVClientStructs.FFXIV.Common.Math.Quaternion)">Transform(Vector3, Quaternion)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Transform(Vector3 value, Quaternion rotation)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector3.html">Vector3</a></td>
|
|
<td><span class="parametername">value</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Quaternion.html">Quaternion</a></td>
|
|
<td><span class="parametername">rotation</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Matrix4x4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Matrix4x4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L133">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Matrix4x4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4)">Transform(Vector4, Matrix4x4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Transform(Vector4 vector, Matrix4x4 matrix)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">vector</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4.html">Matrix4x4</a></td>
|
|
<td><span class="parametername">matrix</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Quaternion_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Quaternion)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L143">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_Transform_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Quaternion_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.Transform(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Quaternion)">Transform(Vector4, Quaternion)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 Transform(Vector4 value, Quaternion rotation)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">value</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Quaternion.html">Quaternion</a></td>
|
|
<td><span class="parametername">rotation</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="operators">Operators
|
|
</h3>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Addition_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Addition(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L170">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Addition_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Addition*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Addition_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Addition(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Addition(Vector4, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 operator +(Vector4 a, Vector4 b)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Division_FFXIVClientStructs_FFXIV_Common_Math_Vector4_System_Single_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Division(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L175">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Division_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Division*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Division_FFXIVClientStructs_FFXIV_Common_Math_Vector4_System_Single_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Division(FFXIVClientStructs.FFXIV.Common.Math.Vector4,System.Single)">Division(Vector4, Single)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 operator /(Vector4 a, float d)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Equality_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Equality(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L177">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Equality_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Equality*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Equality_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Equality(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Equality(Vector4, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool operator ==(Vector4 left, Vector4 right)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">left</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">right</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Implicit_FFXIVClientStructs_FFXIV_Common_Math_Vector4__System_Numerics_Vector4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Implicit(FFXIVClientStructs.FFXIV.Common.Math.Vector4)~System.Numerics.Vector4%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L167">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Implicit_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Implicit*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Implicit_FFXIVClientStructs_FFXIV_Common_Math_Vector4__System_Numerics_Vector4" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Implicit(FFXIVClientStructs.FFXIV.Common.Math.Vector4)~System.Numerics.Vector4">Implicit(Vector4 to Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator Vector4(Vector4 v)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">v</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector4</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Implicit_System_Numerics_Vector4__FFXIVClientStructs_FFXIV_Common_Math_Vector4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Implicit(System.Numerics.Vector4)~FFXIVClientStructs.FFXIV.Common.Math.Vector4%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L168">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Implicit_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Implicit*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Implicit_System_Numerics_Vector4__FFXIVClientStructs_FFXIV_Common_Math_Vector4" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Implicit(System.Numerics.Vector4)~FFXIVClientStructs.FFXIV.Common.Math.Vector4">Implicit(Vector4 to Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static implicit operator Vector4(Vector4 v)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Numerics.Vector4</span></td>
|
|
<td><span class="parametername">v</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Inequality_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Inequality(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L178">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Inequality_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Inequality*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Inequality_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Inequality(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Inequality(Vector4, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static bool operator !=(Vector4 left, Vector4 right)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">left</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">right</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Boolean</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Multiply_FFXIVClientStructs_FFXIV_Common_Math_Vector4_System_Single_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Multiply(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CSystem.Single)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L173">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Multiply_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Multiply*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Multiply_FFXIVClientStructs_FFXIV_Common_Math_Vector4_System_Single_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Multiply(FFXIVClientStructs.FFXIV.Common.Math.Vector4,System.Single)">Multiply(Vector4, Single)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 operator *(Vector4 a, float d)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Multiply_System_Single_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Multiply(System.Single%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L174">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Multiply_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Multiply*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Multiply_System_Single_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Multiply(System.Single,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Multiply(Single, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 operator *(float d, Vector4 a)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><span class="xref">System.Single</span></td>
|
|
<td><span class="parametername">d</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Subtraction_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Subtraction(FFXIVClientStructs.FFXIV.Common.Math.Vector4%2CFFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L171">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Subtraction_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Subtraction*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_Subtraction_FFXIVClientStructs_FFXIV_Common_Math_Vector4_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_Subtraction(FFXIVClientStructs.FFXIV.Common.Math.Vector4,FFXIVClientStructs.FFXIV.Common.Math.Vector4)">Subtraction(Vector4, Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 operator -(Vector4 a, Vector4 b)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">b</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<span class="small pull-right mobile-hide">
|
|
<span class="divider">|</span>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_UnaryNegation_FFXIVClientStructs_FFXIV_Common_Math_Vector4_.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_UnaryNegation(FFXIVClientStructs.FFXIV.Common.Math.Vector4)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
|
</span>
|
|
<span class="small pull-right mobile-hide">
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L172">View Source</a>
|
|
</span>
|
|
<a id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_UnaryNegation_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_UnaryNegation*"></a>
|
|
<h4 id="FFXIVClientStructs_FFXIV_Common_Math_Vector4_op_UnaryNegation_FFXIVClientStructs_FFXIV_Common_Math_Vector4_" data-uid="FFXIVClientStructs.FFXIV.Common.Math.Vector4.op_UnaryNegation(FFXIVClientStructs.FFXIV.Common.Math.Vector4)">UnaryNegation(Vector4)</h4>
|
|
<div class="markdown level1 summary"></div>
|
|
<div class="markdown level1 conceptual"></div>
|
|
<h5 class="decalaration">Declaration</h5>
|
|
<div class="codewrapper">
|
|
<pre><code class="lang-csharp hljs">public static Vector4 operator -(Vector4 a)</code></pre>
|
|
</div>
|
|
<h5 class="parameters">Parameters</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Name</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td><span class="parametername">a</span></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h5 class="returns">Returns</h5>
|
|
<table class="table table-bordered table-striped table-condensed">
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td><a class="xref" href="FFXIVClientStructs.FFXIV.Common.Math.Vector4.html">Vector4</a></td>
|
|
<td></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 id="implements">Implements</h3>
|
|
<div>
|
|
<span class="xref">IEquatable<></span>
|
|
</div>
|
|
<div>
|
|
<span class="xref">IFormattable</span>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
|
|
<div class="hidden-sm col-md-2" role="complementary">
|
|
<div class="sideaffix">
|
|
<div class="contribution">
|
|
<ul class="nav">
|
|
<li>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/new/main/apiSpec/new?filename=FFXIVClientStructs_FFXIV_Common_Math_Vector4.md&value=---%0Auid%3A%20FFXIVClientStructs.FFXIV.Common.Math.Vector4%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/goatcorp/FFXIVClientStructs/blob/main/FFXIVClientStructs/FFXIV/Common/Math/Vector4.cs/#L3" class="contribution-link">View Source</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
|
|
<h5>In This Article</h5>
|
|
<div></div>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer>
|
|
<div class="grad-bottom"></div>
|
|
<div class="footer">
|
|
<div class="container">
|
|
<span class="pull-right">
|
|
<a href="#top">Back to top</a>
|
|
</span>
|
|
|
|
<span>Generated by <strong>DocFX</strong></span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
|
|
<script type="text/javascript" src="../styles/docfx.js"></script>
|
|
<script type="text/javascript" src="../styles/main.js"></script>
|
|
</body>
|
|
</html>
|