Home | History | Annotate | Download | only in scene

Lines Matching refs:upY

372         Vector3f upY = compVecA.set(Vector3f.UNIT_Y);
374 rot.multLocal(upY);
377 float angle = upY.angleBetween(newUp);
380 Vector3f rotAxis = upY.crossLocal(newUp).normalizeLocal();