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