SensorRotationMatrix.M33 Property

Definition

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

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

Property Value

Single

float

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

Applies to