Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DQuaternion.java144 final float shy_shp = shy * shp; in setEulerAnglesRad() local
148 …z = (chy_chp * shr) - (shy_shp * chr); // cos(yaw/2) * cos(pitch/2) * sin(roll/2) - sin(yaw/2) * s… in setEulerAnglesRad()
149 …w = (chy_chp * chr) + (shy_shp * shr); // cos(yaw/2) * cos(pitch/2) * cos(roll/2) + sin(yaw/2) * s… in setEulerAnglesRad()