Type Definition Vec3
rin_math
type Vec3<T = f32> = Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer>;
impl<T: PartialEq + Scalar + RealField + Float> IsParallel for Vec3<T>
fn is_parallel(&self, other: &Vec3<T>) -> bool