rotateFunction

Relative rotation clockwise by given degrees. Returns the new transform points. </ br> theta: Degrees of clockwise rotation. </ br> input: Input of the transform points at 0 degrees.

@nogc
short[4]
rotateFunction
(
double theta
,
short[4] input = [256, 256, 256, 256]
)

Meta