Searched defs:initVelocity (Results 1 – 4 of 4) sorted by relevance
29 FrictionMotion::FrictionMotion(double friction, double initPosition, double initVelocity) in FrictionMotion()34 void FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double thresh… in Reset()
25 void BilateralSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext()
56 void SimpleSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext()
667 void Scrollable::FixScrollMotion(float position, float initVelocity) in FixScrollMotion()