Searched refs:rotatedAround (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java50 return new Rectangle(p0.rotatedAround(center, rotation),
51 p1.rotatedAround(center, rotation),
52 p2.rotatedAround(center, rotation),
53 p3.rotatedAround(center, rotation));
H A DPoint.java105 public Point rotatedAround(Point center, float radians) { method in class:Point

Completed in 60 milliseconds