MCPcopy Create free account
hub / github.com/arrayfire/forge / directions

Method directions

src/api/cpp/vector_field.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86unsigned VectorField::directions() const
87{
88 unsigned temp = 0;
89 FG_THROW(fg_get_vector_field_direction_buffer(&temp, get()));
90 return temp;
91}
92
93unsigned VectorField::verticesSize() const
94{

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Tested by

no test coverage detected