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

适用于