Share via


SensorRotationMatrix.M31 Property

Definition

Gets the value at row 3, column 1 of the given rotation matrix.

public:
 property float M31 { float get(); };
float M31();
public float M31 { get; }
var single = sensorRotationMatrix.m31;
Public ReadOnly Property M31 As Single

Property Value

Single

float

The value at row 3, column 1 of the given rotation matrix.

Applies to