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