Function piston_window::math::square_len

pub fn square_len<T>(a: [T; 2]) -> Twhere
    T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Expand description

Computes the square length of a vector.