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 angularVelocity property represents the angular velocity of the sensor given in radians per second.

This property is read-only.

Syntax

JavaScript
angularV = object.angularVelocity

 

Property values

Type: Float32Array

Remarks

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

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

See also

VRPose