OrientationSensorData Constructors

Definition

Overloads

OrientationSensorData(Double, Double, Double, Double)

Public constructor

OrientationSensorData(Single, Single, Single, Single)

Public constructor

OrientationSensorData(Double, Double, Double, Double)

Public constructor

public OrientationSensorData (double x, double y, double z, double w);

Parameters

x
Double

X data

y
Double

Y data

z
Double

Z data

w
Double

W data

Applies to

OrientationSensorData(Single, Single, Single, Single)

Public constructor

public OrientationSensorData (float x, float y, float z, float w);

Parameters

x
Single

X data

y
Single

Y data

z
Single

Z data

w
Single

W data

Applies to