OrientationSensorData Constructors
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.
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
- System.Double
X data
- y
- System.Double
Y data
- z
- System.Double
Z data
- w
- System.Double
W data
Applies to
OrientationSensorData(Single, Single, Single, Single)
Public constructor
public OrientationSensorData (float x, float y, float z, float w);
Parameters
- x
- System.Single
X data
- y
- System.Single
Y data
- z
- System.Single
Z data
- w
- System.Single
W data