Searched refs:cosAngle (Results 1 – 1 of 1) sorted by relevance
207 double cosAngle = Math.cos(angle); in rotateMotionEvents() local215 double rotatedX = cosAngle * x + sinAngle * y + offsetX; in rotateMotionEvents()216 double rotatedY = -sinAngle * x + cosAngle * y + offsetY; in rotateMotionEvents()