Searched defs:curveValue (Results 1 – 2 of 2) sorted by relevance
461 …eInfo(const std::string& curveString, std::string& curveTypeString, std::vector<float>& curveValue) in ParseCurveInfo()495 …Curve(napi_env env, napi_value value, std::string& curveTypeString, std::vector<float>& curveValue) in ParseCurve()
55 double curveValue = animationCurve->Move(time); in CurvesInterpolate() local