SensorQuaternion.W プロパティ

定義

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

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

プロパティ値

Single

float

四元数の w 値。

適用対象