Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DevicePose

This is a copy of VRPose. See https://developer.mozilla.org/en-US/docs/Web/API/VRPose IMPORTANT!! The data is right-hand data.

export
interface

DevicePose

Hierarchy

  • DevicePose

Index

Properties

Readonly angularAccelerationSearch playground for angularAcceleration

angularAcceleration: Nullable<Float32Array>

The angularAcceleration of the device, values in array are [x,y,z].

Readonly angularVelocitySearch playground for angularVelocity

angularVelocity: Nullable<Float32Array>

The angularVelocity of the device, values in array are [x,y,z].

Readonly linearAccelerationSearch playground for linearAcceleration

linearAcceleration: Nullable<Float32Array>

The linearAcceleration of the device, values in array are [x,y,z].

Readonly linearVelocitySearch playground for linearVelocity

linearVelocity: Nullable<Float32Array>

The linearVelocity of the device, values in array are [x,y,z].

Readonly orientationSearch playground for orientation

orientation: Nullable<Float32Array>

The orientation of the device in a quaternion array, values in array are [x,y,z,w].

Readonly positionSearch playground for position

position: Nullable<Float32Array>

The position of the device, values in array are [x,y,z].

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method