HomeSort by relevance Sort by last modified time
    Searched defs:setVector (Results 1 - 4 of 4) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java 57 public final void setVector(int index, Vector2 vector) {
59 mTouchPoints[index].setVector(vector);
InputXY.java 53 public final void setVector(Vector2 vector) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSpatialAlgebra.h 35 void setVector(const btVector3 &angular, const btVector3 &linear) { m_topVec = linear; m_bottomVec = angular; }
75 void setVector(const btVector3 &angular, const btVector3 &linear) { m_topVec = angular; m_bottomVec = linear; }
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 83 protected void SetVector(NodeVector v)
181 SetVector((NodeVector) nodeVector);
459 SetVector(new NodeVector());
465 SetVector(null);
562 newCache.setVector(nv);
783 // A copy of the code of what SetVector() would do.
786 m_cache.setVector(v);
789 m_cache.setVector(v);
911 private void setVector(NodeVector nv) {

Completed in 879 milliseconds