#![allow(unused_imports)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (extends = :: js_sys :: Object , js_name = VRPose , typescript_type = "VRPose")]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `VrPose` class."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/VRPose)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `VrPose`*"]
pub type VrPose;
# [wasm_bindgen (structural , catch , method , getter , js_class = "VRPose" , js_name = position)]
#[doc = "Getter for the `position` field of this object."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/VRPose/position)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `VrPose`*"]
pub fn position(this: &VrPose) -> Result