XRRigidTransform constructor

XRRigidTransform([
  1. DOMPointInit? position,
  2. DOMPointInit? orientation
])

Implementation

factory XRRigidTransform(
        [DOMPointInit? position, DOMPointInit? orientation]) =>
    XRRigidTransform._(position ?? undefined, orientation ?? undefined);