Searched refs:sinRollXcosPitch (Results 1 – 1 of 1) sorted by relevance
267 float sinRollXcosPitch = sinRoll * cosPitch; in fromAngles() local271 y = (sinRollXcosPitch * cosYaw + cosRollXsinPitch * sinYaw); in fromAngles()272 z = (cosRollXsinPitch * cosYaw - sinRollXcosPitch * sinYaw); in fromAngles()