Searched refs:upY (Results 1 – 2 of 2) sorted by relevance
54 void setOrientation(float x, float y, float z, float upX, float upY, float upZ) in setOrientation() argument57 setUpVector(FloatPoint3D(upX, upY, upZ)); in setOrientation()
372 Vector3f upY = compVecA.set(Vector3f.UNIT_Y); in rotateUpTo() local374 rot.multLocal(upY); in rotateUpTo()377 float angle = upY.angleBetween(newUp); in rotateUpTo()380 Vector3f rotAxis = upY.crossLocal(newUp).normalizeLocal(); in rotateUpTo()