Definition
WebXR Device API defines XRRigidTransform
[SecureContext, Exposed=Window]
interface XRRigidTransform {
constructor(optional DOMPointInit position = {}, optional DOMPointInit orientation = {});
[SameObject] readonly attribute DOMPointReadOnly position;
[SameObject] readonly attribute DOMPointReadOnly orientation;
readonly attribute Float32Array matrix;
[SameObject] readonly attribute XRRigidTransform inverse;
};
Methods and attributes that return objects implementing XRRigidTransform
Referring IDL interfaces/dictionaries
XRCylinderLayer
XRCylinderLayerInit
XRDepthInformation
XREquirectLayer
XREquirectLayerInit
XRFrame
XRMediaCylinderLayerInit
XRMediaEquirectLayerInit
XRMediaQuadLayerInit
XRPose
XRProjectionLayer
XRQuadLayer
XRQuadLayerInit
XRRay
XRReferenceSpace
XRReferenceSpaceEvent
XRReferenceSpaceEventInit
XRRigidTransform
XRView
Referring specifications
- WebXR Anchors Module refers to
XRRigidTransform
- WebXR Depth Sensing Module refers to
XRRigidTransform
- WebXR Hit Test Module refers to
XRRigidTransform
- WebXR Layers API Level 1 refers to
XRRigidTransform