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

learn more… | top users | synonyms (2)

0
votes
2answers
37 views

jquery/CSS rotate hides half of the image?

I want to be able to rotate an image in 4 steps if the user want it, but i'm having problems since the rotation i use centers the image and then hides half of the image when i just want the image to ...
0
votes
0answers
28 views

Touch based rotation with windows 8 app using C# and XAML

Question : => How to implement Touch based rotation with windows 8 app using C# and XAML I have mine windows 8 analog clock app that perform Touchable task to move minutes and hour angle by ...
0
votes
0answers
19 views

How to rotate touch based needles ( Hour and Minute ) of windows 8 Clock app via coding

How to rotate touch based needles ( Hour and Minute ) of windows 8 Clock app via coding. I have mine windows 8 analog clock app that perform Touchable task to move minutes and hour angle by single ...
0
votes
0answers
17 views

how to check if object3D.rotation.y = 90°

I got a szene. A cube stands on a floor. Cube and floor are added to a root-object. I rotate the root-object via Mouse-Drag. How can I check if the root.rotation.y is >=90°, so that the Camera doesnt ...
0
votes
0answers
43 views

Rotate pixels 90 / -90 degrees without extra memory allocation

currently I use the next algorithm to rotate a 2d pixel array to 90 degrees, but it requires I do an memory extra buffer allocation. Is there another way to do this without allocating a new entire ...
1
vote
2answers
43 views

Positioning rotated div elements

I am having some difficulty positioning a rotated div element. So far I have: #side-banner { transform: rotate(270deg); } which rotates my div just fine. however, I am having trouble "Pinning" it ...
1
vote
0answers
24 views

How manage orientation of other applications from my app?

I see this app: https://play.google.com/store/apps/details?id=nl.fameit.rotate&hl=en that can set the orientation of every app at start. how could I set the orientation of another app? I have not ...
0
votes
1answer
28 views

AVCaptureSession rotation

I'm trying to get my app to create a UIImage the correct way round. Most of my code is taken from Apple examples... @interface CameraManager () <AVCaptureVideoDataOutputSampleBufferDelegate> ...
0
votes
0answers
13 views

Touchy JS Wheel Menu Event Bubble

http://hotstudio.github.io/touchy/examples/wheel-inertia.html This is a really cool spinning menu that I want to fabricate into a menu... however... I am having issues resolving the event bubble. ...
1
vote
0answers
30 views

Blender to Unity rotations screwed up

I managed to get rotations on the console in blender, but when I try to apply it in Unity, it is just very wrong. I am using Quaternion.Set to set the desired rotation. I know that blender uses (WXYZ) ...
0
votes
2answers
32 views

Determine if the mouse made a complete circle around a point

I have a game I am working on. I am trying to detect if the mouse has made a complete 360 degree rotation around a certain point. I am completely struggling with the logic though. The full rotation ...
2
votes
0answers
27 views

Rotating GUI.Box Causes Clipping

I am attempting to rotate 2 different GUI Boxes's on the Z Axis. Each box will have a different Z axis value. The following image shows how I am trying to make them appear(I made the following image ...
0
votes
1answer
30 views

THREEJS: Rotating the camera while lookingAt

I have a moving camera in camera container which flies arond the scene on giving paths like an airplane; so it can move to any position x,y,z positive and negative. The camera container is looking at ...
1
vote
0answers
41 views
+100

Attitude change - angles and axis issue - quaternion math

I have an app that records angles as user is walking around an object, while pointing device (preferably) at the center of the object. Angle gets reset on user's command - so reference attitude gets ...
0
votes
0answers
32 views

Java collision detection with rotation

Basically I'm trying to make a game where you have little car going around the map with java and LWJGL. Everything was going good until I've started to do collisions. Well fist I'm trying to draw hit ...
1
vote
3answers
28 views

php rotation of banners via array

I got 20 flash banners, 10 armenian ones, 10 english ones. $query="SELECT* FROM `reklam` LIMIT 5"; $result=mysql_query($query); while($row=mysql_fetch_array($result)) { ...
0
votes
0answers
38 views

jZebra - javascript rotate html

I have a html badge template and it needs to be rotated by 90 degrees to the right so I can print it with the jZebra applet. Tried adding css3 transform but it doesn't work. Is there a way to do ...
0
votes
1answer
27 views

Rotate the least amount with two vectors

I've gone through a lot of questions online for the last few hours trying to figure out how to calculate the rotation between two vectors, using the least distance. Also, what is the difference ...
0
votes
0answers
14 views

UILabels don't rotate when manually calling orientationChanged

I have an IOS 6 app with a Facebook-like sliding tab in the corner. When the top/primary view is centered, I'd like the user to be able to rotate into landscape mode. However, when the top/primary ...
1
vote
1answer
44 views

Set Camera Rotation in Libgdx

I can't seem to find a way to tie the rotation of my ortho camera in libgdx (project with box2d) to the rotation of a box2d body. There is the method of cam.rotate(xy), giving it an impulse or ...
1
vote
1answer
46 views

Draggable and Rotatable Object in Javascript (Mootools)

Ok, I feel like a big dummy for not remembering remedial math(s), but for the life of me I can't recall how to do basic trigonometry (I'm a backend developer so I've literally never used this in my ...
2
votes
2answers
88 views

Rotate a Matrix in R

I have a matrix like this |1|2|3| |1|2|3| |1|2|3| Is there an easy way to rotate the entire matrix to get these results: |1|1|1| |2|2|2| |3|3|3| and |3|2|1| |3|2|1| |3|2|1| and last but not ...
0
votes
0answers
23 views

rotating multiple divs around a central point via css3 transforms

I am trying to rotate some elements around a central point with css3 but with not much luck. Basically I have a function that places n elements (divs) around a circumference and what I'd like to do is ...
1
vote
0answers
30 views

Rotating a needle for a sound level meter

So i am building a sound level meter app, where i want to rotate a needle in a semi circular speedometer-esque view with regard to the input it is recieving from the microphone. I know the microphone ...
1
vote
2answers
27 views

How to get sampling points by rotating a direction in a for loop?

I need to loop over a given number of sampling points. Those sampling points are normalized vectors representing directions. They should be calculate them in code. Starting with a forward vector 1, 0, ...
0
votes
4answers
46 views

Circle containing 9 buttons and rotate on button press, iOS?

I am working on a project where I need to show 9 buttons on a circle and press of any button circle should rotate to the indicator which shows the button pressed. How to achieve this in iOS? Your ...
0
votes
0answers
11 views

How to set object's / node's absolute rotation correctly?

Usually when I want to rotate an object/node in my Ogre scene I call the node's rotate() method. That rotates the node locally relative to it's current rotation. So for example, when I start with 0 ...
0
votes
0answers
12 views

Allowing a child UIViewController to rotate freely from it's parent UIViewController

I'm looking to present a view controller capable of rotating to landscape orientation from a view controller that can only display in portrait. I'd like to animate it's presentation in such a way that ...
0
votes
0answers
11 views

(cocos2d) Rotation check not always going through

Currently making a game with cocos2d and stumbling on a weird bug. When the screen is touched on one of the side, the sprite should rotate by 5 degrees, up or down depending on what side was pressed, ...
0
votes
2answers
85 views

JQuery- Rotating a div clockwise and anticlockwise

I found this link on how to rotate a div using JQuery. Rotating a Div Element in jQuery and some more articles too. The code is as follows $(function() { var $elie = $("#wheel"); ...
0
votes
2answers
53 views

Change camera and device orientation

I have an application that is basically a view and when the user click a button, camera visualization starts. I want to allow all orientations when the camera isn't showed, but when the camera is ...
1
vote
1answer
46 views

AndEngine setRotationCenter moves rotated objects

I am trying to rotate an object from one point which is changing while rotating. When I call to setRotationCenter(float,float) the IMAGE of the object moves to some arbitrary point. This only happens ...
3
votes
4answers
22 views

Rotation in html5 without css3

How can we implement rotation of a html element without css3.??? It is very easy to use CSS3 animation like { Rotation-point: 50% 50%; Rotation: 180deg; } Please help me... Urgent !! Any ...
0
votes
0answers
36 views

Image Rotation Performance AS3

I have a vector image which I am using to highlight a segment of a circle, and I am rotating this around its central point. I am finding this is causing a fairly high amount of CPU to be used and I ...
0
votes
1answer
47 views

What is this? I can't understand this left rotate algorithm at all

I'm reading a book named Programming Pearls In Part 1 chapter 2, the book introduces a complex left rotate algorithm. input: An array(length = n) like char[] in = { 'a', 'b', 'c', 'd', 'e', 'f', ...
0
votes
1answer
25 views

openGL move forward with rotation works for 0 degrees, backwards for 90 degrees

I am trying to move my world in reference to a character. It works if the degree is zero (the player goes forward) but messes up everywhere else. When it is 90 degrees, the player goes backwards ...
1
vote
2answers
53 views

How to get all 24 rotations of a 3-dimensional array?

I have a 3-dimensional array. Think of it as a brick. There are 24 possible rotations of this brick (that keep its edges parallel to coordinate axes). How do I generate all corresponding 3-dimensional ...
1
vote
0answers
48 views

Rotating an image, angle by angle, and waiting for refresh

I'm trying to rotate an image a full rotation, a small angle-increment at a time. Each proceeding rotation should begin after the previous rotation has been displayed. How fast the rotation ...
0
votes
1answer
14 views

Photoswipe rotation issue when in ios4 UIWebView

I am using photoswipe 3.0.5 in my ios application. Everything is working correctly in the simulator (ios 6.1), but when i run the app on my real device (ios4.3) and i rotate from portrait to landscape ...
0
votes
1answer
41 views

3D coordinate rotation lacking Precision in perspective 2D

So I wrote a Program to draw and display a 3D cube, using these simple conversion formula's as used in isometric graphs: x2 = x*cos(30) - y*cos(30) y2 = x*sin(30) + y*sin(30) + z The coordinate ...
0
votes
1answer
29 views

IOS resize UI after rotation (Is fill parent possible in IOS)

Is it possible to make textfield or other UI to fill screen width? Something like "match_parent" or "fill_parent" in Android. .. If not, is it a right solution to use ...
2
votes
0answers
52 views

internet explorer not anti aliasing rotated image

I have a div with a background image that I am rotating. Below is my css rules to rotate it: #services_parallax { -webkit-transform:rotate(3.1deg); /* Webkit */ transform: rotate(3.1deg); /* firefox ...
1
vote
3answers
64 views

XNA - Bounding Box Rotation Nightmare

I'm currently going throught kind of a nightmare right now by trying to find the right formula to obtain a bounding box that correspond to my sprite orientation. I KNOW ! There is a bunch of ...
0
votes
1answer
26 views

matrix.postRotate(90) in image rotation

I can only rotate the image once and when I click on the button again, the image freeze and doesn't rotate. Please help me. try{ //Bitmap bMap; //Get ImageView from layout xml file img ...
0
votes
0answers
26 views

How to stop transform-rotation from distorting font?

I'm using transform-rotation css property to rotate a a div so i can use it as a fixed facebook and twitter links on my page, altho, when i use it it "distorts" my current text font. When i take the ...
0
votes
0answers
21 views

Type of rotation used in Easy Acupuncture 3D -LITE Android app

I just want the guidance to understand the rotation used by android app Easy Acupuncture 3D -LITE , here's the link to google play This app is developed in unity, i want to know the type of ...
0
votes
1answer
64 views

Resizing full screen view inside UIViewController on rotation?

I added a webview to a UIViewController. I assumed that I could match it's size to the UIViewController's view, but soon realised that the UIControllerView frame was independent of the screen ...
-1
votes
0answers
34 views

Rotating image in IE8

I am working on a web application which displays the images inside a viewer. Different operations can be performed on the image like Zooming In, Zooming Out, Rotation etc. Every thing is working fine ...
0
votes
2answers
40 views

Image Rotation in IE8

I am having problem while rotating the image in IE 8 , it works perfect in other browsers(Chrome,Mozilla,Firefox). Is there any other way for this except filter ...
0
votes
0answers
65 views

OpenCV rotate, distort and translate ROI in new image

I have an image from which I want to get a vertical ROI, apply some transformations and add to another image. I read a lot of questions and answer on StackOverflow and other forums, but I'm still ...

1 2 3 4 5 79