4
votes
1answer
56 views
Rotating coordinates around an axis
I'm representing a shape as a set of coordinates in 3D, I'm trying to rotate the whole object around an axis (In this case the Z axis, but I'd like to rotate around all three once …
0
votes
0answers
39 views
+100
3D globe rotation issues
Hi all,
Im trying to get my 3D sphere to rotate when a user moves their mouse/finger over the sphere.
I can get it to rotate no problems, but when I try to add inertia to the sph …
0
votes
1answer
36 views
How can I rotate an image in .NET and output it to the client as a PNG?
I have an .aspx file that outputs an image using the following methods:
Server.MapPath("somefile.png")
Response.ContentType = "image/png";
Response.WriteFile(fileURI);
I have …
0
votes
2answers
66 views
rotating multidimension matrix.
Given a 4x4 matrix, what formula could i apply to each (x,y) cell to yield an (x,y) if the matrix was rotated 90 degrees to the right? I tried iterating over each cell but differen …
4
votes
0answers
132 views
Recommended LCD Monitor in “Rotate 90 Degrees” Mode for Programming? [closed]
I've noticed some coders taking a 24" monitor and rotating it 90 degrees like this:
This definitely makes reading and writing code easier in certain circumstances. However I've …
0
votes
3answers
85 views
Matrix Multiplication To Rotate An Image In C#
I need to write a program that uses matrix multiplication to rotate an image (a simple square), based on the center of the square, a certain amount of degree based on what I need. …
1
vote
4answers
36 views
Rotation in PHP’s regex
How can you match the following words by PHP, either by regex/globbing/...?
Examples
INNO, heppeh, isi, pekkep, dadad, mum
My attempt would be to make a regex which has 3 parts …
0
votes
3answers
106 views
Normalise orientation between 0 and 360
Hi,
I'm working on a simple rotate routine which normalizes an objects rotation between 0 and 360 degrees. My C# code seems to be working but I'm not entirely happy with it. Can a …
0
votes
2answers
30 views
Getting device orientation before rotating or forcing it at launch. Any ideas?
Hello, I'm here again!
I have a deadline soon and I have very annoying bug in front of me and no ideas, how to fix it. The problem is, that sometimes device doesn't know what it's …
0
votes
4answers
57 views
What is the best way to rotate a CGPoint on a grid?
I want to rotate a CGPoint on the screen depending on the angle and the rotation is anchored on another point. Was wondering what is the most efficient way of doing this?
1
vote
2answers
109 views
Lossless PDF rotation
Hi everyone!
is there a way to rotate a PDF 90 degrees losslessly, with Python or using the command line?
I'm looking for a REAL rotation, not just adding a "/ROTATE 90" inside th …
0
votes
0answers
51 views
Android 1.6 Camera rotation?
I posted this on the android dev forums, but wanted to reach out here.
One of the activities in our app was taking a picture. The picture preview shows the correct way on screen …
0
votes
2answers
27 views
iPhone UITableView + Rotation = Disappearing Tables ?
I'm trying to replicate Apple's "Edit Details" functionality, where a grouped UITableView is shown with 1 row, and the entire cell is one big UITextView. For an example, go to the …
0
votes
1answer
63 views
IPhone how to properly resize view when rotating device
Hello,
I have been trying to resize my view inside a view Controller with no luck so far. Basically I have a button at the very bottom of my view and when the orientation changes …
2
votes
3answers
207 views
View controller not getting -shouldAutorotateToInterfaceOrientation: messages on second load?
I have a UIViewController that I'm using to control a "pop-up" view for viewing images throughout my application. It supports autorotation, as it automatically sizes the image to …
