init(rotationByDegrees:)

Creates an affine transformation matrix from a rotation value (angle in degrees). The matrix takes the following form:

init(rotationByDegrees angle: CGFloat)
[  cos α   sin α  0 ]
[ -sin α   cos α  0 ]
[    0       0    1 ]