Tagged Questions

0
votes
1answer
38 views

How to find the x,y coordinates of a rotated vector

Hi all, I found the best way of calculating the width and height of the bounding box of a vector post-rotation from a different stack overflow post. This worked great. My problem now is calculating …
0
votes
3answers
72 views

Eyeball rotation

Hello, I'm developing a interactive eye follower. I want to rotate 2 spheres according to mouse movement. These spheres are representing the eyeballs.What is the best way to do this? I need to find …
3
votes
2answers
55 views

How to rotate about the center of screen using quaternions in opengl?

I am trying implement arcball/trackball rotation but I have a problem with the center of rotation. I want the center to be the center of my screen no matter what. Let me explain what I have done so …
1
vote
1answer
296 views

Rotating view with nav controller on iPhone

Hi, my application has a tab bar containing nav controllers. When I rotate, to landscape, I'm switching to a different view by pushing the landscape view onto the nav controller stack as follows: …
1
vote
1answer
147 views

iPhone Dev - Autorotating all views

(By the way I develop without Interface Builder) If you have a tab bar app that autorotates, so all the autoresizing masks are set, how do you make it work with all the views? Like if one view …
0
votes
1answer
59 views

Chain of connected points and rotation matrices

Thanks for looking at this. I apologize for this rather lengthy build-up but I thought it is needed to clarify things. I have a chain of connected atoms, say a polymer which has rigid bonds and bond …
0
votes
2answers
34 views

Rotation Question

I have lot of points (which together form a 3d ellipse) in a given frame (X, Y, Z) and then I have vector (u,v,w). What I want is to orient the ellipse along the vector (u,v,w) . Anyone has useful …
1
vote
4answers
103 views

Can someone Explain this jQuery code?

This code is taken from http://wilq32.googlepages.com/wilq32.rollimage222, and is supposed to animate an image rotation. I can't figure out the structure exactly, and how to train it to do what I …
0
votes
2answers
26 views

UIScrollView won’t autorotate

My app design requires the same scrolling functionality found in the iPhone's native Photos app when browsing photos in full screen. Specifically: Each view snaps into place as the view is swiped …
0
votes
0answers
38 views

how to do 3D rotation around center in AS3 using matrix3D?

I am trying to rotate a Sprite in three dimensions around its centerpoint, and I am struggling to understand some of the behavior of matrix3D. Ive overridden the set rotationX, rotationY, and …
0
votes
1answer
14 views

WPF - KeyFrame animation not working

Hi, I've got a KeyFrame Animation storyboard and a separate rotation transformation in my Window.Resources. The rotation transformation works as I can alter the angle and see the content rotate. I …
0
votes
3answers
63 views

How to rotate text drawn by Quartz on iPhone

I want to draw some texts using Quartz. Now the app draws , but I want it to show as "0123456789". Is there any way to show its normal orientation? Here is my code: //set image view drawImage = …
0
votes
1answer
27 views

UITableView in UINavigationController gets under Navigation Bar after rotation

This is Portrait: This is Landscape I've tried this on rotation with no success: self.tableView.autoresizesSubviews = YES; self.tableView.autoresizingMask = UIViewAutoresizingFlexibleHeight | …
-1
votes
2answers
803 views

UITabBarController, MoreNavigationController and the Holy Grail of Device Rotation

UPDATE: See my answer to this question first. This appears to be a bug. A minimal test case has been created and a report has been filed with Apple. Greetings! Here's a puzzler from the "I'm so …
0
votes
1answer
33 views

Rotate around a specific point in Java3D

I'm importing 2 models in Java3D, scaling them down and then rotating one of them using a RotationInterpolator However, this rotates the object around the origin. I want to rotate the object around …

1 2 3 4 5 8 next
15 30 50 per page