Trait Vec4Ext
three_d::core::math
pub trait Vec4Ext { fn to_slice(&self) -> [f32; 4]; }
fn to_slice(&self) -> [f32; 4]
impl Vec4Ext for Vec4