Closed apalkk closed 4 months ago
In the function rotation_matrix the input array direction is being normalised by the the function unit_vector anyways, so there is no need to explicitly require direction to only consist of unit_vectors in the description of rotation_matrix.
Looks good to me, thanks for the PR!
In the function rotation_matrix the input array direction is being normalised by the the function unit_vector anyways, so there is no need to explicitly require direction to only consist of unit_vectors in the description of rotation_matrix.