Blender
V3.3
|
Go to the source code of this file.
Functions | |
CCL_NAMESPACE_BEGIN void | util_cdf_invert (const int resolution, const float from, const float to, const vector< float > &cdf, const bool make_symmetric, vector< float > &inv_cdf) |
CCL_NAMESPACE_BEGIN void util_cdf_invert | ( | const int | resolution, |
const float | from, | ||
const float | to, | ||
const vector< float > & | cdf, | ||
const bool | make_symmetric, | ||
vector< float > & | inv_cdf | ||
) |
Definition at line 12 of file math_cdf.cpp.
References float(), from, t, x, and y.
Referenced by util_cdf_inverted().