Trait Vec3Ext
three_d::core::math
pub trait Vec3Ext { fn to_slice(&self) -> [f32; 3]; }
fn to_slice(&self) -> [f32; 3]
impl Vec3Ext for Vec3