SensorRotationMatrix.M12 Property

Definition

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

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

Property Value

Single

float

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

Applies to