SensorRotationMatrix.M13 Property

Definition

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

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

Property Value

Single

float

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

Applies to