macro_rules! const_quat {
    ($fx4:expr) => { ... };
}
👎 Deprecated since 0.21.0:

use Quat::from_xyzw() or Quat::from_array() instead.