float  product(float n)
                    
                    
                
            
                
                    
                    
                    
                        int  product(int n)
                    
                    
                
            
引数を返します。
                
                    
                    
                    
                        float  product(vector2 v)
                    
                    
                
            
                
                    
                    
                    
                        float  product(vector v)
                    
                    
                
            
                
                    
                    
                    
                        float  product(vector4 v)
                    
                    
                
            
ベクトルのコンポーネントの積を返します。
                
                    
                    
                    
                        int  product(int arr[])
                    
                    
                
            
                
                    
                    
                    
                        float  product(float arr[])
                    
                    
                
            
配列の項目の積を返します。
                
                    
                    
                    
                        <vector> product(<vector>arr[])
                    
                    
                
            
コンポーネントが配列内のベクトルの該当するコンポーネントの積であるベクトルを返します。
| See also | |
| math |  |