···215215 camera().eye(),
216216 "a horizontal orbit drag must move the eye"
217217 );
218218- let rotated = nav
219219- .orbit_rotation()
220220- .angle()
221221- .get::<uom::si::angle::radian>();
218218+ let rotated = nav.orbit_rotation().angle().get::<uom::si::angle::radian>();
222219 assert!(
223220 rotated.abs() > 1e-3,
224221 "the orbit state accumulates the drag rotation: {rotated}"