fixed PR 10998
original commit: a5d969607b764c61930ad12f01a443bca53b5031
This commit is contained in:
parent
c6fc1b3b47
commit
f820cb0205
|
@ -162,7 +162,7 @@ instead of this scaling code, we use the dc<%>'s scaling code.
|
|||
new-h))))
|
||||
|
||||
(define (rotate-bytes bmbytes w h theta)
|
||||
(let* ([theta-rotation (exp (* i theta))]
|
||||
(let* ([theta-rotation (exp (* i theta -1))]
|
||||
[x (real-part theta-rotation)]
|
||||
[y (imag-part theta-rotation)])
|
||||
(linear-transform
|
||||
|
|
Loading…
Reference in New Issue
Block a user