SensorRotationMatrix.M22 Property

Definition

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

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

Property Value

Single

float

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

Applies to