Home
last modified time | relevance | path

Searched refs:sinPitch (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
254 sinPitch = FastMath.sin(angle); in fromAngles()
265 float sinRollXsinPitch = sinRoll * sinPitch; in fromAngles()
266 float cosRollXsinPitch = cosRoll * sinPitch; in fromAngles()