Top "Rotation" questions

A rotation is a circular movement of an object around a center (or point) of rotation.

How can I rotate a font icon 45 degrees?

I want to rotate this font icon 45 degrees. The icon has this CSS (all CSS compiled via LESS): [class^="flaticon-"]:…

css rotation icons icon-fonts
Rotating Image on A canvas in android

I want to Rotate Image according to a specific angle in android ,some thing like a compass... I have this …

android rotation android-canvas angle
How can you rotate text for UIButton and UILabel in Swift?

How can you rotate text for UIButton and UILabel? 90 degrees, 180 degrees. Note: Before you mark this as a duplicate, I …

ios swift uibutton rotation uilabel
Cross browser way to rotate image using CSS?

I have a site layout I'm working on that has a main content area and then at each of the …

css image background rotation
Rotating BufferedImage instances

I am having trouble getting a rotated BufferedImage to display. I think the rotation is working just fine, but I …

java swing rotation bufferedimage graphics2d
Getting the correct bounds of UIViewController's view

I have an iPad-application. In landscape orientation the UIViewController's view actual width = 1024px and height = 768 - 20 (statusBar) - 44 (navigationBar) = 704px. …

ios xcode uiviewcontroller rotation bounds
Rotate a point by another point in 2D

I want to know how to work out the new co-ordinates for a point when rotated by an angle relative …

c# math rotation angle
Responsive website on iPhone - unwanted white space on rotate from landscape to portrait

I am creating a responsive website, and have just noticed a strange behaviour in my content pages when viewed on …

iphone orientation whitespace rotation responsive-design
Rotate image clockwise or anticlockwise inside a div using javascript

HI, Is there a way by which I can rotate an image inside a div clockwise or anticlockwise. I have …

javascript image-manipulation rotation
Further understanding setRetainInstance(true)

What exactly happens when you call setRetainInstance(true) on a Fragment? The documentation is virtually non-existent and this seems like …

android android-fragments android-activity rotation