A rotation is a circular movement of an object around a center (or point) of rotation.
0
votes
0answers
7 views
parametric rotation of line
How can I rotate a line if the given data are:
line: Ax+By = C
point: P(x,y)
angle: alpha
0
votes
1answer
47 views
Rotating left is rotating right
In C++ I want to rotate an array of 4 characters once to the left using the assembly instruction ROL. I thought I'd interpret the array as a dword and rotate this dword once to the left and this would ...
1
vote
0answers
4 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 ...
0
votes
0answers
9 views
AABB and rotating vectors
the following code is my vector rotation and axis aligned bounding box code, im drawing lines to form rectangles up to the depth of each aabb so i can actually see the bounding shape collide, when i ...
1
vote
0answers
9 views
Grainy Markers with rotation in GoogleMaps
i've create a Maps with any images using this code:
icona_pin = BitmapFactory.decodeResource(getApplicationContext().getResources(), R.drawable.freccia_grigia);
int w = icona_pin.getWidth();
int h = ...
0
votes
1answer
20 views
Fail to jump from a portrait view to a landscape view
Everyone. I've got two views. The first view supports only landscape orientation and the second view supports all orientations. However, when the second view is portrait and a button is pressed, it ...
0
votes
2answers
32 views
3x3 Matrix Rotation in C++
Alright, first off, I know similar questions are all over the web, I have looked at more than I'd care to count, I've been trying to figure it out for almost 3 weeks now (not constantly, just on and ...
0
votes
0answers
6 views
Mouse/touchpad rotation
I need to offset the orientation of my mouse input by -45 degrees.
I've seen this done in a program called Sakasa Mouse, so I know it can be done. However, this program makes the mouse feel very ...
0
votes
1answer
35 views
Rotating a 2D polygon shape algorithm
I have searched stackoverflow and find this question useful and learned about the 2D shape rotation.
I have the coordinates in such format
int x1=-30, x2=-15, x3=20, x4=30;
int ...
0
votes
0answers
11 views
when rotate using matrix, i lose position of image
I am using canvas to draw multiple images (120X120)
when I rotate 60 degrees, the picture stop being centered.
The Image can be anywhere on the screen when rotating, i just want to mantain its center.
...
0
votes
1answer
13 views
Android rotate TextView with own extended TextView class
I would like to create a square based on the length of the text and be able to rotate it. I've extended the textview and change the onMeasure, but when I rotate it the text is draw in the upper part ...
0
votes
1answer
22 views
css3: element always rotates around center
I have this demo. As is shown, the element rotates around its center, but what I'm trying is to let it rotate around its left border (or left axis, or y-axis ?). Is this possible ?
Here is my html
...
1
vote
1answer
36 views
How to rotate camera screen at any angle in android?
I need to rotate my camera screen at 90, 180, 270, 360 angle in clock wise and anti clockwise for both front and rear camera. I have applied a code block on SurfaceView. Here I am providing the code:
...
0
votes
3answers
33 views
translate rotate and scale object after drawing in opengl?
I am writing a drawing program that it is simple paint.
I want to translate or rotate or scale last object in the scene similar ms paint.
For this what i can do?
0
votes
0answers
52 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
1answer
19 views
Rotation issue in Unity 3D
I have two square empty GameObjects. Both have a cube Object appended as a child. The top empty GameObject is also appended as a child two the lower one. How can I rotate the top empty GameObject, so ...
1
vote
0answers
19 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 ...
0
votes
0answers
16 views
Qt with python (pyside) rotation check fails
I have problem with rotation check with QGraphicsItemGroup. Several items are grouped into group which is rotating in scene. After rotation, the QGraphicsItem.rotation() always returns 0. The group is ...
0
votes
1answer
17 views
AS3 Pageflip effect: Page reversed when flipped
I have a script for a book with a page flip effect. But when i flip the page from right to left, the back of the page insted of white is the reflex from the front of the page. Do you know you to make ...
0
votes
1answer
28 views
Android Progress Bar slow rotation on pre HoneyComb devices
I've been trying to achieve an smooth rotation of a drawer in pre honeycomb devices, but it was impossible for me:
In my layout.xml
<ProgressBar
style="@style/ProgressBarLarge"
...
0
votes
1answer
16 views
Whenever I try to rotate imageview, it only rotates on axis
So I have been attempting to create a program that can drag, zoom and rotate a photo. The big problem I seem to be running into is that whenever I try to rotate the photo, it rotates along the corner, ...
0
votes
1answer
18 views
snapping uiview to particular angle when rotating, locks it and cannot move again
I only want use to be able to rotate to 0 degrees, 90 degrees, 180 degree, 270 degrees, not in-between. But even after rotating, I want the user to not be locked in to their rotating and rotate once ...
2
votes
1answer
30 views
Matching of images according to two points
I have pattern image with set of points
and second tested image also with set of points. I know the coordinates x,y of points.
The points have their names (numbers), I know the numbers of all points ...
1
vote
1answer
76 views
How can i rotate a shape in a matrix by 90 degrees in C?
I have to write rotate function for tetris game. I have bricks in a txt file in a 10x10
dimensioned matrix and i need catch the brick location (L-shape) and rotate it 90ᵒ in clockwise.
input:
0 0 0 ...
0
votes
2answers
22 views
Android: image rotation not desire to resize
I have a code for rotate an ImageView, and good good.
The problem is that the size of image change in the rotate process and I desire that not happen.
The xml code of image
<ImageView
...
0
votes
2answers
40 views
opengl - Rotating around a sphere using vectors and NOT glulookat
I'm having an issue with drawing a model and rotating it using the mouse,
I'm pretty sure there's a problem with the mathematics but not sure .
The object just rotates in a weird way.
I want the ...
0
votes
1answer
11 views
Is there a way to prevent screens from rotating on tablets?
I am building a site (html5 games, videos and the like) which really won't work in portrait view on tablets.
I'd like to be able to lock the screen so that when a user rotates their device the page ...
0
votes
1answer
20 views
transform rotation and translation issue
i have the following situation , i'm trying to make a photo editor and i need to do scale,translate and rotate operations for an image with around center of view
the problem is that if i apply ...
0
votes
1answer
23 views
Get co-ordinate points of image after rotation and translation?
I currently draw some images (obstacles) to the canvas but I perform context.rotate() and context.translate() before I draw them (at 0,0 point after the point translation).
I need to create ...
0
votes
1answer
21 views
jquery animate rotate simultaneos
I'm trying to animate an object and rotate simultaneosly.
I'm using http://code.google.com/p/jqueryrotate/
The rotate transition doesn't work.
$("#square")
.animate({top: ...
0
votes
1answer
19 views
CSS Sideways text sticked on the page's corners
I'm having some trouble with css rotations and positioning.
I'd like to make a webpage's title sideways (rotate -90°, so it reads from left to right -> bottom to top) and sticked to the bottom right ...
0
votes
0answers
3 views
animation defect of gridview items after orientation change
Hie!
I have a Activity with pointed onConfigurationChanges parameter in Manifest.xml. In that activity I have Fragment that contains GridView. There's a trouble:
1. I'm starting "multiple choice ...
0
votes
2answers
50 views
Moon orbit in relation to sun
I can get the Earth to rotate around the Sun and around its own axis, but I can't get the Moon to rotate around the Earth. (I just want it to circulate around it, I don't need to calculate gravity or ...
0
votes
1answer
35 views
Set dragBoundFunc in rotating shape Kineticjs
I have already create Rectangle with dragBoundFunc using KineticJs
var myrect=new Kinetic.Rect({
x:0,
y:0,
width: 10,
height: 80,
fill:"grey",
...
1
vote
0answers
34 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 ...
0
votes
0answers
24 views
UITableView after reordering, app won't rotate
I have an app that allows for a UITableView's rows to be reordered.
Upon reordering the rows, the app does not rotate anymore!
Thoughts?
Thanks a lot,
Chris
//UITableView
//
...
0
votes
1answer
10 views
Portrait FormSheet Rotation IPad
I am creating an app on a splitview with tab bar controller. my problem is when i am on portrait and hide the masterview, my formsheet dismisses. Is there a way to prevent the rotation if there is a ...
0
votes
0answers
18 views
Upside-down Windows OSK and Webbrowser
At my internship was requested that I'd look into utilizing the Windows OSK (win 7/8) for a touch dual browser.
After my experiences with the WPF webbrowser and extended research, I doubt this'll ...
2
votes
2answers
36 views
Rotating an object around a fixed point in opengl
I have a problem with this openGL code:
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glPushMatrix(); // put current matrix on stack
//glTranslatef(0.0f, 0.0f, 0.0f);
//glTranslatef(-4*1.5, 0.0, ...
0
votes
1answer
28 views
Get new crop coordinates after rotating a cropped image
I have a site where one of the features lets users upload images, then rotate/crop them. I'm using the following tools:
ImageResizer
JCrop
So let's say a user wants to crop the image first, then ...
-7
votes
0answers
31 views
Creating a function/script in Matlab that returns a matrix? [closed]
I'm new to matlab and I'm trying to create a script that receives a vector (1x3) or matrix (3x3) as input, multiplies it by a known matrix (3x3 rotation matrix) and returns the result as output.
0
votes
2answers
36 views
jquery/CSS rotate hides half of the image?
I want to be able to rotate an image in 4 steps if the user want it, but i'm having problems since the rotation i use centers the image and then hides half of the image when i just want the image to ...
0
votes
0answers
27 views
Touch based rotation with windows 8 app using C# and XAML
Question : => How to implement Touch based rotation with windows 8 app using C# and XAML
I have mine windows 8 analog clock app that perform Touchable task to
move minutes and hour angle by ...
0
votes
0answers
17 views
How to rotate touch based needles ( Hour and Minute ) of windows 8 Clock app via coding
How to rotate touch based needles ( Hour and Minute ) of windows 8 Clock app via coding.
I have mine windows 8 analog clock app that perform Touchable task to move minutes and hour angle by single ...
0
votes
0answers
17 views
how to check if object3D.rotation.y = 90°
I got a szene.
A cube stands on a floor.
Cube and floor are added to a root-object.
I rotate the root-object via Mouse-Drag.
How can I check if the root.rotation.y is >=90°,
so that the Camera doesnt ...
0
votes
0answers
42 views
Rotate pixels 90 / -90 degrees without extra memory allocation
currently I use the next algorithm to rotate a 2d pixel array to 90 degrees, but it requires I do an memory extra buffer allocation. Is there another way to do this without allocating a new entire ...
1
vote
2answers
39 views
Positioning rotated div elements
I am having some difficulty positioning a rotated div element. So far I have:
#side-banner {
transform: rotate(270deg); }
which rotates my div just fine. however, I am having trouble "Pinning" it ...
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 ...
0
votes
1answer
25 views
AVCaptureSession rotation
I'm trying to get my app to create a UIImage the correct way round.
Most of my code is taken from Apple examples...
@interface CameraManager () <AVCaptureVideoDataOutputSampleBufferDelegate>
...
0
votes
0answers
10 views
Touchy JS Wheel Menu Event Bubble
http://hotstudio.github.io/touchy/examples/wheel-inertia.html
This is a really cool spinning menu that I want to fabricate into a menu... however... I am having issues resolving the event bubble. ...








