Home
last modified time | relevance | path

Searched defs:initPosition (Results 1 – 2 of 2) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/animation/
Dfriction_motion.cpp30 FrictionMotion::FrictionMotion(double friction, double initPosition, double initVelocity) in FrictionMotion()
35 void FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double thresh… in Reset()
/foundation/ace/ace_engine/frameworks/core/components/test/json/
Dlist_creator.cpp69 double initPosition = componentJson.GetValue(LIST_POSITION)->GetDouble(); in CreateFromJson() local