Interface: StorablePose
Defined in: src/world/anchors/SimulatorAnchor.ts:2
A pose expressed as plain arrays, so it can be stored as JSON.
Properties
orientation
orientation: [
number,number,number,number]
Defined in: src/world/anchors/SimulatorAnchor.ts:6
Orientation quaternion as [x, y, z, w].
position
position: [
number,number,number]
Defined in: src/world/anchors/SimulatorAnchor.ts:4
Position as [x, y, z].