SensorRotationMatrix.M23 Property

Definition

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

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

Property Value

Single

float

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

Applies to