pub fn square_len<T>(q: Quaternion<T>) -> Twhere
    T: Float,
Expand description

Computes the square length of a quaternion.