multiply_matrices#
- pycraf.geometry.multiply_matrices(*matrices)[source]#
Matrix-multiply the matrices in the given list.
- Parameters:
- Returns:
- R
array
Resulting rotation matrix [no units!]
- R
Notes
Broadcasting is supported, i.e., each element of
matrices
can be a stack of rotation matrices (that are of course not multiplied internally).