|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Include dependency graph for ForceFields.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Kinesis |
| namespace | MayaFlux::Kinesis::ForceFields |
Functions | |
| VectorField | MayaFlux::Kinesis::ForceFields::point_attractor (const glm::vec3 &anchor, float strength) |
| Radial attraction/repulsion toward an anchor point. | |
| VectorField | MayaFlux::Kinesis::ForceFields::turbulence (float strength, Stochastic::Stochastic rng=Stochastic::Stochastic()) |
| Uniform random force field using Stochastic infrastructure. | |