20 references to W
System.Private.CoreLib (20)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (20)
107/// <remarks>This element exists at index: <c>[3, 0]</c> and is part of row <see cref="W" />.</remarks> 111/// <remarks>This element exists at index: <c>[3, 1]</c> and is part of row <see cref="W" />.</remarks> 115/// <remarks>This element exists at index: <c>[3, 2]</c> and is part of row <see cref="W" />.</remarks> 119/// <remarks>This element exists at index: <c>[3, 3]</c> and is part of row <see cref="W" />.</remarks> 154/// <param name="value">The <see cref="Matrix3x2" /> to assign to the first two elements of <see cref="X" />, <see cref="Y" />, and <see cref="W" />.</param> 155/// <remarks>The last two elements of <see cref="X" />, <see cref="Y" />, and <see cref="W" /> are initialized to zero; while <see cref="Z" /> is initialized to <see cref="Vector4.UnitZ" />.</remarks> 196/// <remarks>The translation component is stored as first 3 columns of <see cref="W" />.</remarks> 638/// <param name="value">The <see cref="Matrix3x2" /> to assign to the first two elements of <see cref="X" />, <see cref="Y" />, and <see cref="W" />.</param> 640/// <remarks>The last two elements of <see cref="X" />, <see cref="Y" />, and <see cref="W" /> are initialized to zero; while <see cref="Z" /> is initialized to <see cref="Vector4.UnitZ" />.</remarks> 678/// <param name="w">The value to assign to <see cref="W" />.</param> 2332value.W.X * q11 + value.W.Y * q21 + value.W.Z * q31, 2333value.W.X * q12 + value.W.Y * q22 + value.W.Z * q32, 2334value.W.X * q13 + value.W.Y * q23 + value.W.Z * q33, 2335value.W.W