We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
rectMode (Read 833 times)
rectMode
May 21st, 2007, 10:38pm
 
In the rectMode help I see these possible values:

Parameters  
MODE Either CENTER, CORNER, CORNERS.

Shouldn't this be:

Parameters  
MODE Either CENTER, CENTER_RADIUS, CORNER, CORNERS.

Like with ellipseMode?
Re: rectMode
Reply #1 - May 22nd, 2007, 12:04am
 
good catch. actually, both should read: "Either CENTER, CENTER_RADIUS, CORNER, or CORNERS."

however CENTER_RADIUS will become just RADIUS in 0125 (but CENTER_RADIUS will still work...)
Re: rectMode
Reply #2 - May 22nd, 2007, 12:08am
 
I was playing around with processing and didn't get the CENTER_RADIUS I saw in an example. SO I figured something was wrong with the help file :)

I was getting ready for a workshop by your friend Casey Reas tomorrow morning :) Pretty excited about it
Page Index Toggle Pages: 1