5 references to M33
Microsoft.Maui (1)
Platform\ViewExtensions.cs (1)
36
internal static Vector3 ExtractScale(this Matrix4x4 matrix) => new Vector3(matrix.M11, matrix.M22, matrix.
M33
);
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (4)
133
/// <param name="m33">The value to assign to <see cref="
M33
" />.</param>
233
/// <remarks>This row comprises <see cref="M31" />, <see cref="M32" />, <see cref="
M33
" />, and <see cref="M34" />; it exists at index: <c>[2]</c>.</remarks>
704
/// <param name="m33">The value to assign to <see cref="
M33
" />.</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}}} }}";