- qspec.orthonormal ( r , axis = -1 )[source]
-
- Parameters:
-
- rarray_like
The first vector of the orthonormal system. Does not have to be normalized.
- axisNone
The axis along which the vector components are aligned.
- Returns:
-
- out(array_like, array_like, array_like)
Three orthonormal vectors, given the first vector 'r'.