OrientationSensorData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sensor data for orientation.
public struct OrientationSensorData : IEquatable<Xamarin.Essentials.OrientationSensorData>
[System.Runtime.CompilerServices.IsReadOnly]
public struct OrientationSensorData : IEquatable<Xamarin.Essentials.OrientationSensorData>
- Inheritance
-
System.ValueTypeOrientationSensorData
- Attributes
-
System.Runtime.CompilerServices.IsReadOnlyAttribute
- Implements
-
System.IEquatable<OrientationSensorData>
Constructors
OrientationSensorData(Double, Double, Double, Double) |
Public constructor |
OrientationSensorData(Single, Single, Single, Single) |
Public constructor |
Properties
Orientation |
Gets the current orientation that represents a Quaternion. |
Methods
Equals(Object) |
If equal to another object |
Equals(OrientationSensorData) |
Compares the underlying Quaternion instances. |
GetHashCode() |
Get the hash code for object. |
ToString() |
A string representation of the data. |
Operators
Equality(OrientationSensorData, OrientationSensorData) |
Equality operator for equals |
Inequality(OrientationSensorData, OrientationSensorData) |
Inequality check |