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