MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / operator()

Method operator()

modules/tools/animation_tool/src/track_optimizer.cc:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106} // namespace
107
108bool TrackOptimizer::operator()(const RawFloatTrack& _input,
109 RawFloatTrack* _output) const {
110 return Optimize(tolerance, _input, _output);
111}
112bool TrackOptimizer::operator()(const RawFloat2Track& _input,
113 RawFloat2Track* _output) const {
114 return Optimize(tolerance, _input, _output);

Callers

nothing calls this directly

Calls 2

OptimizeFunction · 0.85
cosFunction · 0.50

Tested by

no test coverage detected