| 419 | } |
| 420 | |
| 421 | af_err af_draw_vector_field_nd(const af_window wind, const af_array points, |
| 422 | const af_array directions, |
| 423 | const af_cell* const props) { |
| 424 | return vectorFieldWrapper(wind, points, directions, props); |
| 425 | } |
| 426 | |
| 427 | af_err af_draw_vector_field_3d(const af_window wind, const af_array xPoints, |
| 428 | const af_array yPoints, const af_array zPoints, |
no test coverage detected