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

Function af_draw_vector_field_3d

src/api/c/vector_field.cpp:427–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
429 const af_array xDirs, const af_array yDirs,
430 const af_array zDirs,
431 const af_cell* const props) {
432 return vectorFieldWrapper(wind, xPoints, yPoints, zPoints, xDirs, yDirs,
433 zDirs, props);
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,

Callers 1

vectorFieldMethod · 0.50

Calls 1

vectorFieldWrapperFunction · 0.85

Tested by

no test coverage detected