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