macro_rules! const_dvec3 {
    ($fx3:expr) => { ... };
}
👎Deprecated since 0.21.0: use DVec3::from_array() instead.