Ry¶
- pycraf.geometry.Ry(angle)[source] [edit on github]¶
Construct rotation matrix about y-axis.
Notes
Broadcasting is supported. Rotation matrices can be (matrix-multiplied) with
dot
, however, if you want to multiply stacks of matrices use the newmatmul
function.