SpatialInteractionSourceLocation.AngularVelocity 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取手部或运动控制器的角度速度。
public:
property IReference<float3> ^ AngularVelocity { IReference<float3> ^ get(); };
IReference<float3> AngularVelocity();
public System.Nullable<Vector3> AngularVelocity { get; }
var iReference = spatialInteractionSourceLocation.angularVelocity;
Public ReadOnly Property AngularVelocity As Nullable(Of Vector3)
属性值
角速度。
Windows 要求
设备系列 |
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)
|
注解
角速度以轴角表示形式表示。 单位矢量是旋转轴,震级是角速度(以弧度/秒为单位),遵循右侧规则。