Home
last modified time | relevance | path

Searched refs:cosRollXcosPitch (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java264 float cosRollXcosPitch = cosRoll * cosPitch; in fromAngles() local
269 w = (cosRollXcosPitch * cosYaw - sinRollXsinPitch * sinYaw); in fromAngles()
270 x = (cosRollXcosPitch * sinYaw + sinRollXsinPitch * cosYaw); in fromAngles()