Function graphics::math::square_len [−][src]
pub fn square_len<T>(a: [T; 2]) -> T where
T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Computes the square length of a vector.
pub fn square_len<T>(a: [T; 2]) -> T where
T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Computes the square length of a vector.