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
scale() docs (Read 829 times)
scale() docs
Oct 10th, 2006, 1:38am
 
Spotted a minor math flub:  Docs say calling scale(2.0) then scale(1.5) is the same as scale(2.5).  Should probably be changed to "..same as scale(3.0)".  (or alternatively, change the second scale term to 1.25 so that 2.0 * 1.25 is indeed 2.5)
Re: scale() docs
Reply #1 - Oct 10th, 2006, 5:31pm
 
Correction made for the next release. Thank you.
Page Index Toggle Pages: 1