Interface XRPose

    Describes a position and orientation in space relative to an XRSpace.

    ref: https://immersive-web.github.io/webxr/#xrpose-interface

    interface XRPose {
        angularVelocity?: DOMPointReadOnly;
        emulatedPosition: boolean;
        linearVelocity?: DOMPointReadOnly;
        transform: XRRigidTransform;
    }
    Hierarchy

    Properties

    angularVelocity?: DOMPointReadOnly
    emulatedPosition: boolean
    linearVelocity?: DOMPointReadOnly
    transform: XRRigidTransform