Interface XRJointPose
interface XRJointPose {
angularVelocity?: DOMPointReadOnly;
emulatedPosition: boolean;
linearVelocity?: DOMPointReadOnly;
radius: number;
transform: XRRigidTransform;
}
angularVelocity?: DOMPointReadOnly;
emulatedPosition: boolean;
linearVelocity?: DOMPointReadOnly;
radius: number;
transform: XRRigidTransform;
}
                 
                    
                  Hierarchy
              
              - XRPose- XRJointPose (View Summary)
 
Describes a position and orientation in space relative to an XRSpace.
ref: https://immersive-web.github.io/webxr/#xrpose-interface