Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java252 float sinRoll, sinPitch, sinYaw, cosRoll, cosPitch, cosYaw; in fromAngles() local
255 cosPitch = FastMath.cos(angle); in fromAngles()
264 float cosRollXcosPitch = cosRoll * cosPitch; in fromAngles()
267 float sinRollXcosPitch = sinRoll * cosPitch; in fromAngles()