6 references to M21
Microsoft.Maui (2)
Platform\ViewExtensions.cs (1)
38
internal static double ExtractAngleInRadians(this Matrix4x4 matrix) => Math.Atan2(matrix.
M21
, matrix.M11);
VisualDiagnostics\AdornerModel.cs (1)
37
!Tolerances.AreClose(transformToRoot.
M21
, 0))
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (4)
127
/// <param name="m21">The value to assign to <see cref="
M21
" />.</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>
698
/// <param name="m21">The value to assign to <see cref="
M21
" />.</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}}} }}";