Type Alias: Quat
type Quat = readonly [number, number, number, number];
Defined in: packages/webxr-environment/src/world-sensing.ts:31
A rotation as [x, y, z, w]. Normalised; the adapters guarantee that.
type Quat = readonly [number, number, number, number];
Defined in: packages/webxr-environment/src/world-sensing.ts:31
A rotation as [x, y, z, w]. Normalised; the adapters guarantee that.