Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

struct Quaternionf

fbs/types.fbs / Source schema

Unit quaternion in Hamilton convention, component order w, x, y, z. It rotates body-frame FLU vectors into the world ENU frame: v_enu = q * v_flu * conjugate(q). Identity rotation is 1, 0, 0, 0.

NameTypeUnit / ScaleNotes
wfloatScalar component.
xfloatVector X component.
yfloatVector Y component.
zfloatVector Z component.