Home
last modified time | relevance | path

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

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