MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_falloff()

void MayaFlux::Nexus::Presence::set_falloff ( FalloffFn  fn)
inline

Replace the falloff curve.

Parameters
fnMaps normalized distance in [0, 1] to a weight.

Definition at line 121 of file Presence.hpp.

121{ m_falloff = std::move(fn); }