OrientationSensorData Struct

Definition

Sensor data for orientation.

public struct OrientationSensorData : IEquatable<Xamarin.Essentials.OrientationSensorData>
[System.Runtime.CompilerServices.IsReadOnly]
public struct OrientationSensorData : IEquatable<Xamarin.Essentials.OrientationSensorData>
Inheritance
OrientationSensorData
Attributes
Implements

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

Applies to