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