impl<T: num::Num + num::Float> Not<Vec3<T>> for Vec3<T> { fn not(&self) -> Vec3<T> { *self * (1.0 / (*self % *self).sqrt()) } }.
確定! 回上一頁