Searched refs:newVec (Results 1 – 1 of 1) sorted by relevance
55 com.jme3.math.Vector3f newVec = new com.jme3.math.Vector3f(); in convert() local56 convert(oldVec, newVec); in convert()57 return newVec; in convert()60 …atic com.jme3.math.Vector3f convert(javax.vecmath.Vector3f oldVec, com.jme3.math.Vector3f newVec) { in convert() argument61 newVec.x = oldVec.x; in convert()62 newVec.y = oldVec.y; in convert()63 newVec.z = oldVec.z; in convert()64 return newVec; in convert()68 javax.vecmath.Vector3f newVec = new javax.vecmath.Vector3f(); in convert() local69 convert(oldVec, newVec); in convert()[all …]