Home
last modified time | relevance | path

Searched defs:setVel (Results 1 – 16 of 16) sorted by relevance

/dports/games/chapping/chapping-0.43-source/library/
H A Dactor.h62 void setVel(const Vector &v){vel=v;} in setVel() function
63 void setVel(zero_t){vel=Vector(zero);} in setVel() function
66 void setVel(const float x,const float y){vel=Vector(x,y);} in setVel() function
H A Dpopup.h28 void setVel(const int v){vel=v;} in setVel() function
/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/flexcube/
H A Dmasspoint.py18 def setVel(self, vel): member in MassPoint
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/ultimatestunts/
H A Dsoundobj.cpp134 void CSoundObj::setVel(CVector v) in setVel() function in CSoundObj
/dports/games/gillo/gillo/src/
H A Dentity.cpp111 void Entity::setVel(double x, double y, double z) in setVel() function in gillo::Entity
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/include/votca/csg/
H A Dbead.h315 inline void Bead::setVel(const Eigen::Vector3d &r) { in setVel() function
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/include/votca/csg/
H A Dbead.h315 inline void Bead::setVel(const Eigen::Vector3d &r) { in setVel() function
/dports/games/wop/wop-0.4.3/src/
H A Dobject.hpp194 void setVel( const Vector& vel ) { in setVel() function in Object
/dports/games/alienblaster/alienblaster/src/
H A Dracer.cc889 Vector2D Racer::setVel( const Vector2D &newVel ) { in setVel() function in Racer
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_mesh_surface.cpp895 void FixMeshSurface::setVel() in setVel() function in FixMeshSurface
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DeffectsRenderer.cxx676 void BasicEffect::setVel ( const float *vel ) in setVel() function in BasicEffect
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DeffectsRenderer.cxx676 void BasicEffect::setVel ( const float *vel ) in setVel() function in BasicEffect
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DOBSOLETE_LengthConstraints.cpp632 void LengthSet::setVel(State& s, const Vector& vel) const in setVel() function in LengthSet
/dports/games/torcs/torcs-1.3.7/src/windows/include/plib/
H A Dsg.h2911 void setVel ( sgVec3 v ) { sgCopyVec3 ( vel , v ) ; } in setVel() function
2915 void setVel ( float x, float y, float z ) { sgSetVec3 ( vel ,x,y,z ) ; } in setVel() function
/dports/x11-toolkits/plib/plib-1.8.5/src/sg/
H A Dsg.h2911 void setVel ( sgVec3 v ) { sgCopyVec3 ( vel , v ) ; } in setVel() function
2915 void setVel ( float x, float y, float z ) { sgSetVec3 ( vel ,x,y,z ) ; } in setVel() function
/dports/games/sdb/sdb-1.0.2/src/
H A Dobjects.h489 void setVel(float x, float y) { vel.set(x, y); } in setVel() function