rm = rotz(angle)
| Parameter | Description |
|---|---|
| angle | angle in degree: scalar value. |
| Parameter | Description |
|---|---|
| rm | 3x3 transformation matrix: real-valued orthogonal matrix. |
rotz returns 3x3 transformation matrix for rotations around z-axis.
r = rotz(90)
| Version | Description |
|---|---|
| 1.0.0 | initial version |