MCPcopy Create free account
hub / github.com/avaxman/Directional / recompute_field

Function recompute_field

tutorial/301_PowerFields/main.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24bool viewFieldHard = true;
25
26void recompute_field()
27{
28 directional::power_field(vtb, constVertices, constVectors, Eigen::VectorXd::Constant(constVertices.size(),-1.0), N,powerFieldHard, normalizeField);
29 directional::power_field(vtb, constVertices, constVectors, alignWeights, N,powerFieldSoft, normalizeField);
30}
31
32void update_visualization()
33{

Callers 2

callbackFuncFunction · 0.70
mainFunction · 0.70

Calls 2

power_fieldFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected