SensorQuaternion.Z プロパティ

定義

四元数の z 値を取得します。

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

プロパティ値

Single

float

四元数の z 値。

適用対象