| 434 | } |
| 435 | |
| 436 | af_err af_draw_vector_field_2d(const af_window wind, const af_array xPoints, |
| 437 | const af_array yPoints, const af_array xDirs, |
| 438 | const af_array yDirs, |
| 439 | const af_cell* const props) { |
| 440 | return vectorFieldWrapper(wind, xPoints, yPoints, xDirs, yDirs, props); |
| 441 | } |
no test coverage detected