インフォ FAQ
言語 環境比較
 
Index
 
  Processing 1.0 _ALPHAリファレンスは開発途中である。
もしエラーやコメントがあれば、reas at groupc.netへメールして下さい。
Name  

noSmooth()

   
Examples  
background(0); 
noSmooth(); 
ellipse(12, 30, 36, 36); 
smooth(); 
ellipse(53, 30, 36, 36); 
Description   ギザギザのエッジですべての図形を描く。
   
Syntax  
noSmooth()
   
Returns   None
   
Usage   Web & Application
   
Related   smooth()
   
© 2004- 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas