19 references to X
System.Private.CoreLib (19)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (19)
59/// <remarks>This element exists at index: <c>[0, 0]</c> and is part of row <see cref="X" />.</remarks> 63/// <remarks>This element exists at index: <c>[0, 1]</c> and is part of row <see cref="X" />.</remarks> 67/// <remarks>This element exists at index: <c>[0, 2]</c> and is part of row <see cref="X" />.</remarks> 71/// <remarks>This element exists at index: <c>[0, 3]</c> and is part of row <see cref="X" />.</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> 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> 675/// <param name="x">The value to assign to <see cref="X" />.</param> 2314value.X.X * q11 + value.X.Y * q21 + value.X.Z * q31, 2315value.X.X * q12 + value.X.Y * q22 + value.X.Z * q32, 2316value.X.X * q13 + value.X.Y * q23 + value.X.Z * q33, 2317value.X.W