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

Function interp

examples/cpu/histogram.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135float interp(float x0, float x1, float alpha)
136{
137 return x0 * (1 - alpha) + alpha * x1;
138}
139
140PerlinNoise::PerlinNoise()
141{

Callers 1

PerlinNoiseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected