|
iWaveOcean
3ds Max ocean simulation plugin
|
Public Member Functions | |
| void | Convolve (float *in, float *out, int rows, int cols) const |
|
inlinevirtual |
Performs a convolution on an input matrix and stores it in an output matrix.
| in | the input matrix |
| out | the output matrix (must be same dimensions as the input matrix) |
| rows | the number of rows in each matrix |
| cols | the number of columns in each matrix |
Implements IConvolution< radius >.