float [] resample_linear(float input[], int new_length)
                    
                    
                
            
                
                    
                    
                    
                        vector [] resample_linear(vector input[], int new_length)
                    
                    
                
            
                
                    
                    
                    
                        vector2 [] resample_linear(vector2 input[], int new_length)
                    
                    
                
            
                
                    
                    
                    
                        vector4 [] resample_linear(vector4 input[], int new_length)
                    
                    
                
            
入力の配列から均一にサンプリングされたnew_lengthのサイズの新しい配列を返します。配列エレメントは、入力配列から線形的に補間されます。
| math |  |