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

use DVec2::from_array() instead.