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

quad()

   
Examples  
quad(38, 31, 86, 20, 69, 63, 30, 76); 
Description  

quadとは四角形のことで、4面の多面体である。四辺形に似ているが、角は90度に制限されていない。

   
Syntax  
quad(x1, y1, x2, y2, x3, y3, x4, y4);
   
Parameters  
x1   整数か浮動少数点数: 最初の点のx-座標値

y1   整数か浮動少数点数: 最初の点のy-座標値

x2   整数か浮動少数点数: 2つめの点のx-座標値

y2   整数か浮動少数点数: 2つめ点のy-座標値

x3   整数か浮動少数点数: 3つめ点のx-座標値

y3   整数か浮動少数点数: 3つめ点のy-座標値

x4   整数か浮動少数点数: 4つめ点のx-座標値

y4   整数か浮動少数点数:4つめ点のy-座標値

   
Returns   なし
   
Usage   Web & Application
   
   
© 2004- 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas