Blender  V3.3
Functions
math_cdf.cpp File Reference
#include "util/math_cdf.h"
#include "util/algorithm.h"
#include "util/math.h"

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)
 

Function Documentation

◆ util_cdf_invert()

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().