Home
last modified time | relevance | path

Searched defs:setVector (Results 1 – 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInputXY.java53 public final void setVector(Vector2 vector) { in setVector() method in InputXY
DInputTouchScreen.java57 public final void setVector(int index, Vector2 vector) { in setVector() method in InputTouchScreen
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtSpatialAlgebra.h35 …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/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java911 private void setVector(NodeVector nv) { in setVector() method in NodeSequence.IteratorCache
/external/clang/include/clang/AST/
DAPValue.h355 void setVector(const APValue *E, unsigned N) { in setVector() function