UWBIns/lib/rotation/qconj.m

2 lines
55 B
Matlab

function qout = qconj(qin)
qout = [qin(1); -qin(2:4)];