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