Searched defs:inputYDeltaSlope (Results 1 – 3 of 3) sorted by relevance
298 void SetInputYDeltaSlope(float inputYDeltaSlope) in SetInputYDeltaSlope()
125 float inputYDeltaSlope = 0.0f; member
393 … auto inputYDeltaSlope = (std::get<INDEX_Y>(current) - std::get<INDEX_Y>(history)) * ONE_S_IN_NS / in LinearInterpolation() local