Searched defs:xvel (Results 1 – 2 of 2) sorted by relevance
177 float xpos, xvel, xaccel; member774 float xvel = (xpos - state.xpos) / dt; in UpdateState() local
401 bool Scroller::IsScrollingInDirection(float xvel, float yvel) const { in IsScrollingInDirection()