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

learn more… | top users | synonyms (2)

4
votes
0answers
679 views

clip-rect area rotation raphael.js

I can show rectangle part of image using clip-rect attribute in raphael.js. Could you please tell me how I can rotate that clip-rect area (not the image). Maybe I should use clipPath svg attr? But it ...
3
votes
0answers
106 views

Method canvas.rotate(90) applied to text is broken for android 4.0-4.1

I tried to make text vertical with canvas.rotate() method. But on android 4.0 - 4.1 I got a "dancing letters", see screenshots. What is hapenning and how can I fix that? Please help me. 4.0 - 4.1 ...
3
votes
0answers
143 views

Android Layout views rotated and spaced around a circle?

I'm trying to figure out a way to layout a series of views around a circle, in such a way that each view is rotated to be facing outward from the circle. The picture below is a rough sketch of what ...
3
votes
0answers
436 views

How to iframe a youtube video in HTML for Android phones to be able to watch and rotate full screen?

i'm experiencing some trouble with a new app I develop for iphone and android . This app is supposed in both cases to take and display the content of my Wordpress blog. I have different tabs and one ...
3
votes
0answers
690 views

Android Adding a smooth screen rotation effect

I would like to simulate the iOS screen rotation on my app. My idea of doing this is using a sreen transition which scales and rotates the screen to fit the new orientation, but I don't know where to ...
3
votes
0answers
139 views

How to rotate the android action view

I am making android program. I tried to show pdf in web view. So, I created a new action view (...) and loaded a pdf file in my view. And I also have a description of ...
3
votes
0answers
490 views

How could I get current rotation of image on Android 1.6?

How could I get current rotation of image on Android 1.6? As for android 2.0 I use ExifInterface , but it isn't available at android 1.6 I want realize smth like this on android 1.6 ExifInterface ...
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 ...
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 ...
2
votes
0answers
84 views

How to rotate an object defined by x y z points around the x y or z axis

I'm working with a program where I visualize molecules. The molecules are represented by multiple x, y, and z values for each atom. What I would like to be able to do, is some math on each coordinate ...
2
votes
0answers
79 views

How to prevent some specific apps receiving signal from rotating-sensor

I notice that the way android rotate my device is very annoying ( esp, when you viewing images...) For my app, I can set it in portrait or landscape mode in manifest file( and a setting feature to set ...
2
votes
0answers
160 views

Rotating a PPM Image 90 degrees

I need help rotating a PPM image in C. The rotate function is supposed to rotate the image of a previously read in PPM image 90 degrees to the right. The code will be posted below. I need help with ...
2
votes
0answers
126 views

Android view gesture rotation with “ease” and fixed degrees

I am trying to develope a wheel like main menu activity by using this example but i want to make this spinning view stop at only 36 degree and its multipliers(i will put 10 items(buttons) on the ...
2
votes
0answers
75 views

Supporting all orientation in morenavigationcontroller and children viewcontroller inside tabbarcontroller iOS 6

I have a tabbar application. I have fixed orientation for tabs by setting tab bar controller to window root view controller and then overriding behavior of navigationcontroller and tabbacontroller by ...
2
votes
0answers
947 views

Rotation compatibility for iOS 5.1 and iOS 6

In a universal app that needs to run both on iOS 5.1 and iOS 6.0 I use the above code to allow rotation in both versions, and both on the iPhone, both on iPad. Is There a better way to do this, while ...
2
votes
0answers
221 views

OpenCV error when using Rodrigues function in Qtcreator

I encounter a problem in QtCreator when using function cv::Rodrigues from OpenCV. I always get run-time error while converting Rotation matrix to rotation vector using rodrigues. I don't have such a ...
2
votes
0answers
397 views

java swing: Incorrect dimensions on rotated JComponent after resizing

Is there any way to correct the dimensions for a rotated component? In my swing application I’d like to be able to rotate a single panel, and have it respond correctly to resize events. The rotation ...
2
votes
0answers
122 views

iOS UIKit element rotation, side effects.

I have a need for rotating UISlider via its superclass property transform, by changing the rotation matrix with: self.slider.transform = CGAffineTransformMakeRotation(45); In the documentation for ...
2
votes
0answers
282 views

drawing on rotated canvas (set diry regions)

I'm trying to create a custon ViewGroup that will display its child rotated. It seems to work fine, except not the whole canvas is being redrawn - it seems that only the part that was covered by ...
2
votes
0answers
147 views

ClipsToBounds on a rotated superview

I am adding a subview on a rotated superview and want it to clip to the superviews bounds. I know that the bounds are the rectangle around the rotated view and by knowing that I DON'T want to clip ...
2
votes
0answers
449 views

unable to display camera view properly in android?

In my android app i m using the camera and starting it programmatically .I run my code on samsung gt-s5360 ,but the view is rotated by 90 degree anti clock wise.my code works fine on HTC wildfire-s.On ...
2
votes
0answers
526 views

CSS3 Bugs - Issues when using transform:rotate rules (Safari + Firefox)

I've got a Wordpress site with some CSS3 rules applied to some images that rotate the images and have a hover effect on rollover too. Problems are showing up in Safari & Firefox when you hover on ...
2
votes
0answers
306 views

iPhone app on iPad: UILabel pixelated during rotation?

I tried my iPhone app (not universal) on iPad 2 just for a test... and I noticed something strange. In a view I have some UILabel (inside an UIImageView) that spin, float and collide with each other, ...
2
votes
0answers
2k views

WPF - Rotate and Save Image -both for the View and to Disk

I have a View that contains an image control. <Image x:Name="img" Height="100" Margin="5" Source="{Binding Path=ImageFullPath Converter={StaticResource ImagePathConverter}}"/> The binding ...
2
votes
0answers
235 views

Change reference point when rotating image in IE using MatrixFilter

I've found that you can rotate an image in IE using the MatrixFilter, examples can be found on MSDN but the rotation point seems to move about as you increase the angle.
1
vote
0answers
13 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 ...
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
0answers
20 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 ...
1
vote
0answers
35 views

The Big Rotation / Orientation Quest in Unity

I'm working on a custom blender to unity exporter/importer(school project), and I have a bigger problem: The Rotation. I can get the Euler rotations and/or quaternions from blender, but when I want ...
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 ...
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) ...
1
vote
0answers
40 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 ...
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
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 ...
1
vote
0answers
31 views

Proper way to rotate UIImage with GPUImage

I want to rotate a large UIImage using GPUImage because it's so much faster than core graphics, at least on iOS devices. Here's what I'm doing: GPUImagePicture *src = [GPUImagePicture alloc] ...
1
vote
0answers
33 views

CSS3 RotateY finish when unhover

Here come my code: #body #body3 #big .item { display: block; -webkit-transition:all 1s ease-out; -moz-transition:all 1s ease-out; -ms-transition:all 1s ease-out; -o-transition:all ...
1
vote
0answers
22 views

Find current SkewX, SkewY and Rotate Values - Javascript

How can I go about finding the current rotation, skewX and skewY transform settings on an element considering that there may be multiple scenarios where only rotate is used, or only skewX is used, ...
1
vote
0answers
51 views

How do i just rotate a image in Javascript?

I am working on a program in Javascript while i tried to rotate my image i have draw. I tried to search on google to find my answear but all i got was how to rotate the whole canvas. What i am ...
1
vote
0answers
32 views

Rotation error in overflow div IE 8

I have a div with contains an image that have to rotate whenever the user click the zoom bottom. Once the user click the link, a div that holds the image display in with 100 z-index(to the top). The ...
1
vote
0answers
40 views

How to lookup screen-bounded tile indices in a rotated tilemap?

Normally, an Axis-aligned (rotation = 0) tilemap is easy to iterate through the visible tiles on the screen. But how do you "cull" or filter the tile indexes when the entire tilemap is rotated? ...
1
vote
0answers
58 views

Flex:- After rotation from center how fit image in a container box (Scale or resize according to container box)

I am developing a flex application. In which I have a to rotate image from center in its container box. There is another container box(Named tool) is attached to the image, that contains some ...
1
vote
0answers
25 views

iOS: Ensure that an image has got no empty area after manual rotation

I have got an UIImageView in which the image can be rotated using UIRotationGestureRecognizer. Based on the UIImageView a frame in the middle of the screen is extracted from the image. For the ...
1
vote
0answers
43 views

how to rotate dummy object and make child looks always towards camera?

How to rotate dummy object with three.js and make child looks always towards camera? seems that when the dummy(3Dobject)rotates objectchild.lookAt(camera.position) stops working, can this be solve?
1
vote
0answers
43 views

Rotated div disappears when scrolled under a fixed element

I'm working on a site, where we have a fixed menu on the top of the screen. And some rotated elements on the screen. Now when a user scrolls and let the rotated elements come beneat the fixed element ...
1
vote
0answers
135 views

Showing a compass image that rotates with the map in usertrackingmodefollowwithheading (iOS 6)

In Apple's Maps app, when UserTrackingModeFollowWithHeading is enabled, there is a compass image that shows the direction of North-South and rotates with the rotation of the map. I have enabled ...
1
vote
0answers
271 views

THREE.js rotating camera around an object using orbit path

I am struggling in solving this problem. On my scene, I have a camera which looks at the center of mass of an object. I have a some buttons that enable to set camera position on particular view ...
1
vote
0answers
71 views

UIImageView - rotate in UIScrollView

I have UIScrollView that handles for image zoomimg. UIImageView is resized to fit UIScrollView (in correct ratio) and centered. Zooming works perfect (standart code), but when rotating, I need to ...
1
vote
0answers
72 views

Button Rotate GPUImage

I want to build a button that every time you press rotates the image by 90 °. I tried to do so, but it does not work (IBAction)Rotate:(id)sender { ...
1
vote
0answers
62 views

How to rotate a drawable on canvas in android

Lets say i place mutile drawables on a canvas at different places. I am willing to rotate each image in a form (certain angle of degree). So i need code for rotating drawable over canvas. The thing is ...
1
vote
0answers
38 views

Trouble in Tab Bar rotation with two views

I've got two similar views, in everyone there's a bottom toolbar with a botton and a textfield inside. (in toolbar autoresizing, autolayout & co. doesn't work...) In every controller there's ...

1 2 3 4 5 23