Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java267 float sinRollXcosPitch = sinRoll * cosPitch; in fromAngles() local
271 y = (sinRollXcosPitch * cosYaw + cosRollXsinPitch * sinYaw); in fromAngles()
272 z = (cosRollXsinPitch * cosYaw - sinRollXcosPitch * sinYaw); in fromAngles()