SensorQuaternion.Z Property

Definition

Gets the z-value of the Quaternion.

public:
 property float Z { float get(); };
float Z();
public float Z { get; }
var single = sensorQuaternion.z;
Public ReadOnly Property Z As Single

Property Value

Single

float

The z-value of the Quaternion.

Applies to