1 write to AngularVelocity
Microsoft.Maui.Essentials (1)
Gyroscope\Gyroscope.shared.cs (1)
134 AngularVelocity = new Vector3(x, y, z);
11 references to AngularVelocity
Microsoft.Maui.Essentials (11)
Gyroscope\Gyroscope.shared.cs (11)
150 /// Compares the underlying <see cref="GyroscopeData.AngularVelocity"/> instances. 155 AngularVelocity.Equals(other.AngularVelocity); 177 AngularVelocity.GetHashCode(); 180 /// Returns a string representation of the current values of <see cref="AngularVelocity"/>. 184 $"{nameof(AngularVelocity.X)}: {AngularVelocity.X}, " + 185 $"{nameof(AngularVelocity.Y)}: {AngularVelocity.Y}, " + 186 $"{nameof(AngularVelocity.Z)}: {AngularVelocity.Z}";