6 references to M22
Microsoft.Maui (2)
Platform\ViewExtensions.cs (1)
36
internal static Vector3 ExtractScale(this Matrix4x4 matrix) => new Vector3(matrix.M11, matrix.
M22
, matrix.M33);
VisualDiagnostics\AdornerModel.cs (1)
35
!Tolerances.AreClose(transformToRoot.
M22
, 1) ||
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (4)
128
/// <param name="m22">The value to assign to <see cref="
M22
" />.</param>
222
/// <remarks>This row comprises <see cref="M21" />, <see cref="
M22
" />, <see cref="M23" />, and <see cref="M24" />; it exists at index: <c>[1]</c>.</remarks>
699
/// <param name="m22">The value to assign to <see cref="
M22
" />.</param>
2510
=> $"{{ {{M11:{M11} M12:{M12} M13:{M13} M14:{M14}}} {{M21:{M21} M22:{
M22
} M23:{M23} M24:{M24}}} {{M31:{M31} M32:{M32} M33:{M33} M34:{M34}}} {{M41:{M41} M42:{M42} M43:{M43} M44:{M44}}} }}";