Top "Rotation" questions

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

2D Euclidean vector rotations

I have a euclidean vector a sitting at the coordinates (0, 1). I want to rotate a by 90 degrees (clockwise) around the …

c++ math vector rotation trigonometry
Positions fixed doesn't work when using -webkit-transform

I am using -webkit-transform (and -moz-transform / -o-transform) to rotate a div. Also have position fixed added so the div scrols …

html css positioning rotation
Rotate a Java Graphics2D Rectangle?

I have searched everywhere and I just cant find the answer. How do I rotate a Rectangle in java? Here …

java swing rotation graphics2d
How to rotate an image 90 degrees on iOS?

What I want to do is take a snapshot from my camera , send it to a server and then the …

iphone objective-c ios rotation
Rotate the elements in an array in JavaScript

I was wondering what was the most efficient way to rotate a JavaScript array. I came up with this solution, …

javascript arrays rotation
Rotate object in Unity 3D

I can use the following code to rotate object using accelerometer. transform.rotation = Quaternion.LookRotation(Input.acceleration.normalized, Vector3.up); …

unity3d 3d rotation accelerometer
How can I rotate a mesh by 90 degrees in ThreeJS?

I have a mesh that I want to rotate by 90 degrees inside Three JS. Here is the image of the …

javascript matrix 3d rotation three.js
How can I rotate a matplotlib plot through 90 degrees?

I have created a figure in matplotlib which contains three subplots, one in the top left quadrant, one in the …

python matplotlib rotation figure
Rotate ImageView source from layout xml file

I have this ImageView in my layout: <ImageView android:layout_width="fill_parent" android:layout_height="wrap_content" android:…

android layout rotation imageview
Rotate mp4 videos without re-encoding

I'm looking for a way to rotate videos shot with my Nexus 4 on my Debian Wheezy sytem. The videos are …

ffmpeg rotation debian video-encoding avconv