struct Pose
Defined at line 20 of file ../../src/ui/lib/escher/hmd/pose_buffer.h
A packed combination of a quaternion and a 3D position intended to be packed
into a PoseBuffer for late latched head tracking applications. See
commands.fidl for details on PoseBuffer
Public Members
float a
float b
float c
float d
float x
float y
float z
uint8_t[4] reserved
static const size_t kReservedBytes
Public Methods
void Pose (glm::quat quaternion, glm::vec3 position)
Defined at line 21 of file ../../src/ui/lib/escher/hmd/pose_buffer.h