Trait gfxmath_vec3::ops::Dot [−][src]
Perform the dot product of vectors
Associated Types
Loading content...Required methods
Loading content...Implementors
impl<T> Dot<&'_ Vec3<T>> for &Vec3<T> where
T: Add<Output = T> + Mul<Output = T> + Copy, [src]
T: Add<Output = T> + Mul<Output = T> + Copy,
impl<T> Dot<&'_ Vec3<T>> for Vec3<T> where
T: Add<Output = T> + Mul<Output = T> + Copy, [src]
T: Add<Output = T> + Mul<Output = T> + Copy,
impl<T> Dot<Vec3<T>> for &Vec3<T> where
T: Add<Output = T> + Mul<Output = T> + Copy, [src]
T: Add<Output = T> + Mul<Output = T> + Copy,
impl<T> Dot<Vec3<T>> for Vec3<T> where
T: Add<Output = T> + Mul<Output = T> + Copy, [src]
T: Add<Output = T> + Mul<Output = T> + Copy,