SensorRotationMatrix.M11 Property

Definition

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

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

Property Value

Single

float

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

Applies to