SensorRotationMatrix.M21 Property

Definition

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

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

Property Value

Single

float

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

Applies to