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