共用方式為


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 值。

適用於