Share via


SensorRotationMatrix.M32 Property

Definition

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

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

Property Value

Single

float

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

Applies to