macro_rules! const_dquat {
    ($fx4:expr) => { ... };
}
👎Deprecated since 0.21.0: use DQuat::from_xyzw() or DQuat::from_array() instead.