remove printf
This commit is contained in:
parent
951a6f051b
commit
6eba1ec9a6
|
@ -705,7 +705,6 @@
|
|||
(max ay by cy dy))))
|
||||
|
||||
(define (rotate-points in-points θ)
|
||||
(printf "θ ~s\n" θ)
|
||||
(let* ([cs (map point->c in-points)]
|
||||
[vectors (points->vectors cs)]
|
||||
[rotated-vectors (map (λ (c) (rotate-c c θ)) vectors)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user