src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (19)
75/// <remarks>This element exists at index: <c>[1, 0]</c> and is part of row <see cref="Y" />.</remarks>
79/// <remarks>This element exists at index: <c>[1, 1]</c> and is part of row <see cref="Y" />.</remarks>
83/// <remarks>This element exists at index: <c>[1, 2]</c> and is part of row <see cref="Y" />.</remarks>
87/// <remarks>This element exists at index: <c>[1, 3]</c> and is part of row <see cref="Y" />.</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>
676/// <param name="y">The value to assign to <see cref="Y" />.</param>
2320value.Y.X * q11 + value.Y.Y * q21 + value.Y.Z * q31,
2321value.Y.X * q12 + value.Y.Y * q22 + value.Y.Z * q32,
2322value.Y.X * q13 + value.Y.Y * q23 + value.Y.Z * q33,
2323value.Y.W