<< rotx | Geometry | rotz >> |
rm = roty(angle) |
angle in degree: scalar value.
3x3 transformation matrix: real-valued orthogonal matrix.
roty returns 3x3 transformation matrix for rotations around y-axis.
r = roty(90)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET