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

use Vec3A::from_array() instead.