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