SensorRotationMatrix.M22 Property
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.
Gets the value at row 2, column 2 of the given rotation matrix.
public:
property float M22 { float get(); };
float M22();
public float M22 { get; }
var single = sensorRotationMatrix.m22;
Public ReadOnly Property M22 As Single
Property Value
Single
float
The value at row 2, column 2 of the given rotation matrix.