Tagged Questions

1
vote
2answers
48 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 …
3
votes
4answers
836 views

How to capture current view screenshot and reuse in code? (iPhone SDK)

I am attemting to transition from one UIView to another, when the user rotates the device. This, in of itself, is not difficult. However, since I am displaying completely different …
1
vote
2answers
148 views

Apache Log rotation Script

I have the following script running to backup my apache logs #!/bin/sh dt=`date +%m%d%Y` cp /var/log/httpd/domainname/www/error_log /var/log/httpd/domainname/www/oldlogs/error_log …
0
votes
2answers
51 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
168 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 …
0
votes
2answers
42 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
2answers
17 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 …
2
votes
2answers
355 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
1answer
17 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
52 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
1
vote
2answers
99 views

animate rotation

I'm trying to animate a rotation using CATransform3DMakeRotation, but the problem is once the animation is finished, the image goes back to its initial position, i.e back to zero. …
13
votes
6answers
2k views

Tetris Piece Rotation Algorithm

What are the best algorithms (and explanations) for representing and rotating the pieces of a tetris game? I always find the piece rotation and representation schemes confusing. …
1
vote
3answers
66 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
92 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
43 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 …

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