pub(crate) trait XRPoseMethods<D: DomTypes> {
// Required methods
fn Transform(&self) -> DomRoot<D::XRRigidTransform>;
fn GetLinearVelocity(&self) -> Option<DomRoot<D::DOMPointReadOnly>>;
fn GetAngularVelocity(&self) -> Option<DomRoot<D::DOMPointReadOnly>>;
fn EmulatedPosition(&self) -> bool;
}