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

learn more… | top users | synonyms (2)

0
votes
0answers
8 views

Scroll View not reverting to portrait when rotating from landscape Xcode

I have a for loop that is populating a scroll view. When i enter the page in portrait view and rotate to landscape then back to portrait, everything works fine. But when I enter the page in ...
0
votes
1answer
23 views

Rotating a point around a center point

I am aware that there are a few questions about points and rotation out here, and I feel like Im almost there. I youst need a little push. I Have a shape with 6 points like this one. I want to ...
0
votes
0answers
11 views

Which sensor type for most accurate rotation result?

I'm working on a project where I need to know the rotation of an android phone. If it's tilted too much to one side or the other, it should give me a message. Until now I have used the ...
0
votes
0answers
14 views

JQuery circle image rotation

have a bit of a problem. I am following this http://tympanus.net/Tutorials/CircularPortfolio/ My purpose is for them links to be questions. When a question is hovered over (e.g. who is over 50) I ...
0
votes
1answer
17 views

Using setAutoTracking() in Ogre graphics

I want my ninja to follow another ninja as it moves. My method works except that it is facing its back towards the moving object rather than its from. Can anyone help me Ogre::Vector3 theOffset(30, ...
0
votes
1answer
20 views

JQuery cycle, thumbnail src rotator on hover with fadeIn

Any chance to add fade In effect with this function, is use function below to rotate thumbs on my site example http://jsfiddle.net/u6PLS/ $(document).ready(function(){ var timer, ...
-7
votes
0answers
44 views

OpenGl Code , Coding Needed [closed]

i have this code of a colored cube in openGL however i want to make it a 3d cube and i want to rotate it , can anyone help me with coding ( AS IN CODE ) to ctually be able to do this , if you run this ...
0
votes
0answers
13 views

Add 360 horizontal rotation with OBJLoader and Three.js

So I have an object loaded through OBJLoader.js, and want it to be able to rotate 360 degrees horizontally around its center. I've been looking at both TrackballControls and Canvas Cube example, but I ...
-5
votes
1answer
54 views

Rotating, colored, textured, and lit cube? [closed]

i wana ask you about how to rotate and texture a cube withusing immediate mode , i will post the code the code is for a colored cube , i want to modify it and add a texture as well as rotate it and ...
0
votes
2answers
17 views

How to rotate two strings or functions on page refresh?

I have two values, i want to echo one of them on page refresh and rotate it. If the two values are Hello and Hi. Hello > Page refresh > Hi > Page refresh >Hello > Page Refresh > Hi I tried ...
0
votes
2answers
31 views

How to rotate a UIImageView without resizing it?

My current problem is that when i try rotating a UIImageView it rotates but it resizes too. Here's the code i'm using: CGAffineTransform a = _player.image.transform; _player.image.transform = ...
0
votes
2answers
21 views

how to force view controller to stay in portrait mode?

I have an iOS application with storyboard. I want my last viewcontroller to stay always in portrait mode. I've been reading and I found that since ...
0
votes
1answer
18 views

Do actions when rotate the screen

when i rotate the screen i want to do some actions. I'm currently using this method but it's not working. - (void)deviceOrientationDidChange:(NSNotification *)notification { NSLog(@"rotated!"); } ...
0
votes
2answers
30 views

Text rotation 270 degrees not works in IE8

I am creating a slide menu with one label text rotated by 270 degrees. Works well in all modern browsers including Explorers 10+9. But I'd like to make it functional also in older IE8 & IE7, so ...
0
votes
0answers
22 views

Three.js: How to implement the roll left/right in the PointerLockControls?

I'm trying to implement the Roll Left and Roll Right movement in the PointerLockControls. (last revision available here: PointerLockControls) Currently, this control implements the pitch and the yaw ...
-2
votes
0answers
17 views

Rotate image using jquery [closed]

I'm trying to demo an example is rotate an image but it's seems like not working :( here is my code: <html > <head > <script src="javascript/jquery.rotate.1-1.js"></script > ...
0
votes
0answers
28 views

How to rotate a TabBarController programmatically created

I created a TabBarController programmatically for a login app like this: AppDelegate.h @property (strong, nonatomic) UITabBarController *tabBarController; -(void)createTabBarController; ...
0
votes
1answer
26 views

Why is my SurfaceView so “jumpy” with its animations?

I'm making a simple rotating animation of 2 images, one on top of another (each with a different speed). I know there is already an Animation API, but I need to use this one instead. It works well, ...
0
votes
2answers
41 views

rotating object around point or other object using touch corona sdk

I am trying to have a number of boxes rotate like a ferris wheel based on touch input so imagine a ferris wheel on the screen and dragging one of the carts down would rotate the wheel one way and ...
0
votes
1answer
19 views

How to Flip a Gameobject around Y axis Unity

I am trying this to flip a gameobject around Y axis in Unity newCellModel2.transform.rotation=Quaternion.AngleAxis(180, Vector3.up); Can anybody tell me if that is wrong or right because I am not ...
0
votes
1answer
47 views

Is it possible to rotate HTML object without CSS3?

I'm building an app, where I create an canvas element of a specific div with the html2canvas javascript library. The problem is that it doesn't support CSS3 rotate property so if an image is rotated ...
0
votes
0answers
15 views

rotation and scaling and move using multi touch in android

i want to rotate and scale and move the image on multi touch event, it seems to be working, but it's not working perfectly. I really want to fix my wrong code up, so please help me. my code is there ...
0
votes
2answers
36 views

Need to find the angle of adjustment here

I have 2 sets of points, say AB and CD. They may or may not be in a straight line. I know their x, y co-ordinates and the angles they make with the horizontal plane. I need to adjust the angle that ...
0
votes
1answer
43 views

Rotating a 2D pixel array by 90 degrees

I have an array of pixel data for an image. The image I am getting is already rotated to 270 degrees. So I am trying to rotate it again by 90 degrees to have the correct image. I've tried a transpose ...
0
votes
0answers
7 views

UISplitViewController does not recognize device rotation when covered by modal movie player

[This was posted on the Apple Developer Forums but has not been answered, so I'll try here.] My application uses a UISplitViewController for iPad master/detail views and runs on iOS 6. The split view ...
0
votes
0answers
10 views

parametric rotation of line

How can I rotate a line if the given data are: line: Ax+By = C point: P(x,y) angle: alpha
0
votes
1answer
78 views

Rotating left is rotating right

In C++ I want to rotate an array of 4 characters once to the left using the assembly instruction ROL. I thought I'd interpret the array as a dword and rotate this dword once to the left and this would ...
1
vote
0answers
21 views

Check if point is inside a rotated rectangle (with different rectangle origins)

How can I check if a point is inside a rotaded rectangle when the rectangle can have different origins? This is basically what i'm using now: struct Point { float x; float y; }; struct ...
0
votes
0answers
14 views

AABB and rotating vectors

the following code is my vector rotation and axis aligned bounding box code, im drawing lines to form rectangles up to the depth of each aabb so i can actually see the bounding shape collide, when i ...
1
vote
1answer
25 views

Grainy Markers with rotation in GoogleMaps

i've create a Maps with any images using this code: icon_pin = BitmapFactory.decodeResource(getApplicationContext().getResources(), R.drawable.arrow); int w = icon_pin.getWidth(); int h = ...
1
vote
2answers
41 views

Fail to jump from a portrait view to a landscape view

Everyone. I've got two views. The first view supports only landscape orientation and the second view supports all orientations. However, when the second view is portrait and a button is pressed, it ...
0
votes
2answers
42 views

3x3 Matrix Rotation in C++

Alright, first off, I know similar questions are all over the web, I have looked at more than I'd care to count, I've been trying to figure it out for almost 3 weeks now (not constantly, just on and ...
0
votes
0answers
9 views

Mouse/touchpad rotation

I need to offset the orientation of my mouse input by -45 degrees. I've seen this done in a program called Sakasa Mouse, so I know it can be done. However, this program makes the mouse feel very ...
0
votes
1answer
47 views

Rotating a 2D polygon shape algorithm

I have searched stackoverflow and find this question useful and learned about the 2D shape rotation. I have the coordinates in such format int x1=-30, x2=-15, x3=20, x4=30; int ...
0
votes
1answer
16 views

when rotate using matrix, i lose position of image

I am using canvas to draw multiple images (120X120) when I rotate 60 degrees, the picture stop being centered. The Image can be anywhere on the screen when rotating, i just want to mantain its center. ...
0
votes
1answer
24 views

Android rotate TextView with own extended TextView class

I would like to create a square based on the length of the text and be able to rotate it. I've extended the textview and change the onMeasure, but when I rotate it the text is draw in the upper part ...
0
votes
1answer
27 views

css3: element always rotates around center

I have this demo. As is shown, the element rotates around its center, but what I'm trying is to let it rotate around its left border (or left axis, or y-axis ?). Is this possible ? Here is my html ...
1
vote
1answer
37 views

How to rotate camera screen at any angle in android?

I need to rotate my camera screen at 90, 180, 270, 360 angle in clock wise and anti clockwise for both front and rear camera. I have applied a code block on SurfaceView. Here I am providing the code: ...
-1
votes
3answers
49 views

translate rotate and scale object after drawing in opengl? [closed]

I am writing a drawing program that it is simple paint. I want to translate or rotate or scale last object in the scene similar ms paint. For this what i can do?
1
vote
0answers
54 views

Combining rotating and scaling functions of Graphics32 components

Good day. I wanted to incorporate two functions to manipulate a bitmap image. I wanted to rotate and scale the same image. What I did was to use one of the given examples, the TRotLayer. My plan was ...
1
vote
1answer
23 views

Rotation issue in Unity 3D

I have two square empty GameObjects. Both have a cube Object appended as a child. The top empty GameObject is also appended as a child two the lower one. How can I rotate the top empty GameObject, so ...
3
votes
1answer
29 views

Camera motion from corresponding images

I'm trying to calculate a new camera position based on the motion of corresponding images. the images conform to the pinhole camera model. As a matter of fact, I don't get useful results, so I try to ...
0
votes
0answers
22 views

Qt with python (pyside) rotation check fails

I have problem with rotation check with QGraphicsItemGroup. Several items are grouped into group which is rotating in scene. After rotation, the QGraphicsItem.rotation() always returns 0. The group is ...
0
votes
1answer
21 views

AS3 Pageflip effect: Page reversed when flipped

I have a script for a book with a page flip effect. But when i flip the page from right to left, the back of the page insted of white is the reflex from the front of the page. Do you know you to make ...
0
votes
1answer
46 views

Android Progress Bar slow rotation on pre HoneyComb devices

I've been trying to achieve an smooth rotation of a drawer in pre honeycomb devices, but it was impossible for me: In my layout.xml <ProgressBar style="@style/ProgressBarLarge" ...
0
votes
1answer
18 views

Whenever I try to rotate imageview, it only rotates on axis

So I have been attempting to create a program that can drag, zoom and rotate a photo. The big problem I seem to be running into is that whenever I try to rotate the photo, it rotates along the corner, ...
0
votes
1answer
23 views

snapping uiview to particular angle when rotating, locks it and cannot move again

I only want use to be able to rotate to 0 degrees, 90 degrees, 180 degree, 270 degrees, not in-between. But even after rotating, I want the user to not be locked in to their rotating and rotate once ...
2
votes
1answer
32 views

Matching of images according to two points

I have pattern image with set of points and second tested image also with set of points. I know the coordinates x,y of points. The points have their names (numbers), I know the numbers of all points ...
1
vote
1answer
82 views

How can i rotate a shape in a matrix by 90 degrees in C?

I have to write rotate function for tetris game. I have bricks in a txt file in a 10x10 dimensioned matrix and i need catch the brick location (L-shape) and rotate it 90ᵒ in clockwise. input: 0 0 0 ...
0
votes
2answers
25 views

Android: image rotation not desire to resize

I have a code for rotate an ImageView, and good good. The problem is that the size of image change in the rotate process and I desire that not happen. The xml code of image <ImageView ...

1 2 3 4 5 79