Searched refs:cosPitch (Results 1 – 1 of 1) sorted by relevance
252 float sinRoll, sinPitch, sinYaw, cosRoll, cosPitch, cosYaw; in fromAngles() local255 cosPitch = FastMath.cos(angle); in fromAngles()264 float cosRollXcosPitch = cosRoll * cosPitch; in fromAngles()267 float sinRollXcosPitch = sinRoll * cosPitch; in fromAngles()