roty(angle) ⇒ object
Returns a Homogeneous transformation matrix that represents the rotation around an angle in the ‘y’ axis.
Kind: global function
Returns: object - 4x4 math.js matrix.
| Param | Type | Description |
| angle | number | The angle of rotation, in radians. |