XRRigidTransform
open class XRRigidTransform(position: DOMPointReadOnly = definedExternally, direction: DOMPointReadOnly = definedExternally)(source)
A transform described by a position and orientation. When interpreting an XRRigidTransform the orientation is always applied prior to the position.
ref: https://immersive-web.github.io/webxr/#xrrigidtransform-interface
Constructors
Link copied to clipboard
constructor(position: DOMPointReadOnly = definedExternally, direction: DOMPointReadOnly = definedExternally)