Share via


angularVelocity property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The angularAcceleration property represents the angular acceleration of the sensor given in radians per second squared.

This property is read-only.

Syntax

JavaScript
angularA = object.angularVelocity

 

Property values

Type: Float32Array

Remarks

May be null if the sensor is incapable of providing angular velocity.

If not null, the angularAcceleration property will be an array with three elements the represent the acceleration of the sensor's rotation along the x, y, and z axes.

See also

VRPose