Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DConverter.java55 com.jme3.math.Vector3f newVec = new com.jme3.math.Vector3f(); in convert() local
60 …atic com.jme3.math.Vector3f convert(javax.vecmath.Vector3f oldVec, com.jme3.math.Vector3f newVec) { in convert()
68 javax.vecmath.Vector3f newVec = new javax.vecmath.Vector3f(); in convert() local
73 …atic javax.vecmath.Vector3f convert(com.jme3.math.Vector3f oldVec, javax.vecmath.Vector3f newVec) { in convert()