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

Function af_draw_vector_field_nd

src/api/c/vector_field.cpp:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421af_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
427af_err af_draw_vector_field_3d(const af_window wind, const af_array xPoints,
428 const af_array yPoints, const af_array zPoints,

Callers 1

vectorFieldMethod · 0.50

Calls 1

vectorFieldWrapperFunction · 0.85

Tested by

no test coverage detected