Skip to main content
Module

x/evt/lib/types/lib.dom.ts>VRPose

💧EventEmitter's typesafe replacement
Go to Latest
interface VRPose
import { type VRPose } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

This WebVR API interface represents the state of a VR sensor at a given timestamp (which includes orientation, position, velocity, and acceleration information.)

Properties

readonly
angularAcceleration: Float32Array | null
readonly
angularVelocity: Float32Array | null
readonly
linearAcceleration: Float32Array | null
readonly
linearVelocity: Float32Array | null
readonly
orientation: Float32Array | null
readonly
position: Float32Array | null
readonly
timestamp: number