20 references to Z
Microsoft.Maui.Graphics (1)
Color.cs (1)
81 Blue = color.Z.Clamp(0, 1);
System.Drawing.Primitives (1)
System\Drawing\RectangleF.cs (1)
59width = vector.Z;
System.Private.CoreLib (18)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (12)
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, 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, 2326value.Z.X * q11 + value.Z.Y * q21 + value.Z.Z * q31, 2327value.Z.X * q12 + value.Z.Y * q22 + value.Z.Z * q32, 2328value.Z.X * q13 + value.Z.Y * q23 + value.Z.Z * q33, 2332value.W.X * q11 + value.W.Y * q21 + value.W.Z * q31, 2333value.W.X * q12 + value.W.Y * q22 + value.W.Z * q32, 2334value.W.X * q13 + value.W.Y * q23 + value.W.Z * q33,
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (6)
85/// <param name="z">The value to assign to the <see cref="Z" /> field.</param> 506/// <param name="z">The value to assign to the <see cref="Z" /> field.</param> 976/// <param name="zIndex">The index used to select a value from <paramref name="vector" /> to be used as the value of <see cref="Z" /> in the result</param> 1168/// <remarks>Two vectors are equal if their <see cref="X" />, <see cref="Y" />, <see cref="Z" />, and <see cref="W" /> elements are equal.</remarks> 1180public override readonly int GetHashCode() => HashCode.Combine(X, Y, Z, W); 1228handler.AppendFormatted(Z, format);