Searched refs:sinPitch (Results 1 – 1 of 1) sorted by relevance
252 float sinRoll, sinPitch, sinYaw, cosRoll, cosPitch, cosYaw; in fromAngles() local254 sinPitch = FastMath.sin(angle); in fromAngles()265 float sinRollXsinPitch = sinRoll * sinPitch; in fromAngles()266 float cosRollXsinPitch = cosRoll * sinPitch; in fromAngles()