Macro glam::const_vec3
source · [−]macro_rules! const_vec3 {
($fx3:expr) => { ... };
}
👎 Deprecated since 0.21.0:
use Vec3::from_array() instead.
macro_rules! const_vec3 {
($fx3:expr) => { ... };
}
use Vec3::from_array() instead.