Searched refs:setVector (Results 1 – 7 of 7) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputTouchScreen.java | 57 public final void setVector(int index, Vector2 vector) { in setVector() method in InputTouchScreen 59 mTouchPoints[index].setVector(vector); in setVector()
|
D | InputXY.java | 53 public final void setVector(Vector2 vector) { in setVector() method in InputXY
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | NodeSequence.java | 562 newCache.setVector(nv); in setItem() 786 m_cache.setVector(v); in setObject() 789 m_cache.setVector(v); in setObject() 911 private void setVector(NodeVector nv) { in setVector() method in NodeSequence.IteratorCache
|
/external/clang/include/clang/AST/ |
D | APValue.h | 128 MakeVector(); setVector(E, N); in APValue() 355 void setVector(const APValue *E, unsigned N) { in setVector() function
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btSpatialAlgebra.h | 35 …void setVector(const btVector3 &angular, const btVector3 &linear) { m_topVec = linear; m_bottomVec… in setVector() function 75 …void setVector(const btVector3 &angular, const btVector3 &linear) { m_topVec = angular; m_bottomVe… in setVector() function
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/ |
D | btMultiBody.cpp | 764 spatVel[0].setVector(rot_from_parent[0] * base_omega, rot_from_parent[0] * base_vel); in stepVelocitiesMultiDof() 775 …zeroAccSpatFrc[0].setVector(-(rot_from_parent[0] * baseTorque), -(rot_from_parent[0] * baseForce))… in stepVelocitiesMultiDof() 847 …zeroAccSpatFrc[i+1].setVector(-(rot_from_world[i+1] * linkAppliedTorque), -(rot_from_world[i+1] * … in stepVelocitiesMultiDof() 1611 result.setVector(vtop, vbot); in solveImatrix()
|
/external/clang/lib/AST/ |
D | APValue.cpp | 139 setVector(((const Vec *)(const char *)RHS.Data.buffer)->Elts, in APValue()
|