impl IntoNormalized for Vector where Vector: Div>, for<'a> &'a Vector: IntoLength, { type Output = Vector; fn into_normalized(self) -> Self::Output { } }