Where do you see that documentation? This seems to say "diameter":

http://docs.racket-lang.org/pict/Basic_Pict_Constructors.html?q=circle#%28def._%28%28lib._pict%2Fmain..rkt%29._circle%29%29

Robby

On Sat, Jul 25, 2015 at 9:49 PM, Jack Firth <jackhfi...@gmail.com> wrote:
> So the documentation says that (circle 100) produces a circle with radius 
> 100. However, (pict-width (circle 100)) produces 100 instead of 200, so 
> apparently it's a circle with diameter 100 and radius 50? Is this a 
> misdocumented function, or am I missing something embarrassingly obvious?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to