Type Definition rin_math::Vec3[][src]

type Vec3<T = f32> = Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer>;

Trait Implementations

impl<T: PartialEq + Scalar + RealField + Float> IsParallel for Vec3<T>[src]