0
votes
0answers
8 views
WPF Rotate 3D sphere to arbitratry position
If I have a sphere that is being rotate by the users mouse, how could I (at any time, say via a button) apply some rotation transformation on the Camera so that a specific spot on …
0
votes
4answers
51 views
Flash AS3: How to gradually limit rotation of an object influenced by y position of mouse
Hi,
I have created a flash app in which there is a circle with circles plotted along it's circumference, it is rotated when the mouse is moved up or down. The rotation is drawn di …
1
vote
3answers
79 views
How to resolve this rotation problem?
Hey there
For sure this is very trivial math stuff for some of you.
But: When I rotate a view, lets say starting at 0 degrees and rotating forward 0.1, 1, 10, 100, 150, 160, 170 …
0
votes
2answers
21 views
Table View rotate, but not properly (shape change)
Hello everyone,
Here is the thing. I have a ViewController which contain a view in full window. And the program run in landscape mode.
I want to put an UITableView over the ful …
0
votes
1answer
19 views
UIImage Rotation Offset
I have the following code
- (void)ComputeRotationWithRadians:(CGFloat)rad {
CGFloat width = exportImage.size.width;
CGFloat height = exportImage.size.height;
UIGraphic …
0
votes
2answers
56 views
Any free polygon library for the iPhone?
I need a library that can manage polygon modeling and basic transformation like rotating and translating. I'd rather not redevelop everything from scratch
Thanks
0
votes
2answers
60 views
WPF 3d rotation animations
Hi Everyone,
I have a few 3d rectangles on my screen that I want to pivot around the Y axis.
I want to press down with the mouse, and rotate the 3d object to a max rotation, but …
0
votes
6answers
170 views
In Place rotation C++ Practice
Hello,
I have a working rotating function going for my "items" int array. The code below gets it done, except that im transferring values out unnecessarily. Im trying to acheive t …
1
vote
3answers
67 views
iPhone: Draw rotated text?
I want to draw some text in a view, rotated 90°. I'm pretty new to iPhone development, and poking around the web reveals a number of different solutions. I've tried a few and usual …
4
votes
1answer
107 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
1answer
44 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 …
2
votes
2answers
368 views
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
2answers
80 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 …
1
vote
4answers
41 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
2answers
44 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 …
