22 references to Z
Microsoft.Maui.Essentials (7)
Accelerometer\Accelerometer.shared.cs (3)
194
$"{nameof(Acceleration.
Z
)}: {Acceleration.
Z
}";
284
var z = acceleration.
Z
* gravity;
Gyroscope\Gyroscope.shared.cs (2)
186
$"{nameof(AngularVelocity.
Z
)}: {AngularVelocity.
Z
}";
Magnetometer\Magnetometer.shared.cs (2)
190
$"{nameof(MagneticField.
Z
)}: {MagneticField.
Z
}";
System.Private.CoreLib (15)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (6)
1446
float y = float.MultiplyAddEstimate(centerPoint.Y, 1 - c, +centerPoint.
Z
* s);
1447
float z = float.MultiplyAddEstimate(centerPoint.
Z
, 1 - c, -centerPoint.Y * s);
1496
float x = float.MultiplyAddEstimate(centerPoint.X, 1 - c, -centerPoint.
Z
* s);
1497
float z = float.MultiplyAddEstimate(centerPoint.
Z
, 1 - c, +centerPoint.X * s);
1611
result.Z = Vector128.Create(0, 0, scales.
Z
, 0);
1628
result.Z = Vector128.Create(0, 0, scales.
Z
, 0);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Quaternion.cs (2)
311
(float sy, float cy) = (sin.
Z
, cos.
Z
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (7)
60
/// <param name="z">The additional value to assign to the <see cref="
Z
" /> field.</param>
71
/// <param name="z">The value to assign to the <see cref="
Z
" /> field.</param>
456
/// <param name="z">The value to assign to the <see cref="
Z
" /> field.</param>
927
/// <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>
1104
/// <remarks>Two vectors are equal if their <see cref="X" />, <see cref="Y" />, and <see cref="
Z
" /> elements are equal.</remarks>
1110
public override readonly int GetHashCode() => HashCode.Combine(X, Y,
Z
);
1158
handler.AppendFormatted(
Z
, format);