Functions |
template<typename type> void | BlakeUtilLerp (float fWeight, const type *pInput1, const type *pInput2, type *pOut) |
template<typename type> void | BlakeUtil2DLerp (float fWeightX, float fWeightY, type &Input1, type &Input2, type &Input3, type &Input4, type *pOut) |
template<typename type> bool | BlakeUtil2DSpline (float fWeightX, float fWeightY, type *pControlPoints, UINT uControlPointCount, type *pOut) |
template<typename type> void | BlakeUtilQuaderp (float fWeight, type *Input1, type *Input2, type *MiddleInput, type *pOut) |
template<class type> void | BlakeUtilSpline (float fWeight, type *zControlPoints, DWORD dwControlPointCount, type *pOut) |
float | BlakeUtilRandomFloat (float fMin, float fMax) |