MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_draw_vector_field_2d

Function af_draw_vector_field_2d

src/api/c/vector_field.cpp:436–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436af_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}

Callers 1

vectorFieldMethod · 0.50

Calls 1

vectorFieldWrapperFunction · 0.85

Tested by

no test coverage detected