Trait Vec2Ext
three_d::core::math
pub trait Vec2Ext { fn to_slice(&self) -> [f32; 2]; }
fn to_slice(&self) -> [f32; 2]
impl Vec2Ext for Vec2