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

Method vectorField

src/api/cpp/graphics.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void Window::vectorField(const array& points, const array& directions,
133 const char* const title) {
134 af_cell temp{_r, _c, title, AF_COLORMAP_DEFAULT};
135 AF_THROW(
136 af_draw_vector_field_nd(get(), points.get(), directions.get(), &temp));
137}
138
139void Window::vectorField(const array& xPoints, const array& yPoints,
140 const array& zPoints, const array& xDirs,

Callers 1

mainFunction · 0.80

Calls 5

af_draw_vector_field_ndFunction · 0.50
getFunction · 0.50
af_draw_vector_field_3dFunction · 0.50
af_draw_vector_field_2dFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected