Back to Content

XRPose: angularVelocity property

files/en-us/web/api/xrpose/angularvelocity/index.md

latest660 B
Original Source

{{APIRef("WebXR Device API")}}{{SecureContext_Header}}

The angularVelocity read-only property of the {{DOMxRef("XRPose")}} interface is a {{DOMxRef("DOMPointReadOnly")}} describing the angular velocity in radians per second relative to the base {{DOMxRef("XRSpace")}}.

Value

A {{DOMxRef("DOMPointReadOnly")}} describing the angular velocity in radians per second relative to the base {{DOMxRef("XRSpace")}}. Returns null if the user agent can't populate this value.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("XRPose.linearVelocity")}}