Tagged Questions
-1
votes
0answers
9 views
How to tell which cardinal axis is being dragged [closed]
In this specific situation, I have a cube, and all three cardinal planes, with their collision points with the mouse.
When a user drags the mouse across the cube (To rotate the cube, so, usually in a ...
-1
votes
0answers
60 views
How to find the angles using euler angles in Matlab [closed]
Using Matlab:
I have two base orthonormal bases and I need to find the rotation angle over every axes to go from the first to the second one. These are my base vectors:
E1 = [-0.7969 0.1778 ...
0
votes
1answer
43 views
Evenly space multiple circles rotating around a point
i've seen some questions about this but none of the solutions provided can work for me.
Basically, I'm making a program that can animate 2nd representations of atoms.
Say I need to rotate 8 small ...
-1
votes
2answers
58 views
Scaling of a rotated element
Let's suppose I have an element that I want to rotate and scale in a visual designer:
A user should be able to drag the edges and the graphics should scale appropriately.
The rotation is entered in ...
0
votes
1answer
102 views
Collision detection on rotated image in javascript
I have created a js function, that should rotate a image for a collision detection, but the function don't works correct, when the rotation gets over π*1.5 (Pi), will the image crops.
function ...
0
votes
1answer
61 views
2D Coordinate rotation - image distorted
I have an arrow, represented as X,Y points, that I want to rotate 25 degrees. My arrow rotates, but it no longer looks good. The angles are no longer 90 degrees where they should be. The points:
...
0
votes
1answer
138 views
How can I get view direction from the OpenGL ModelView Matrix?
I am writing a volume render program that constantly adjusts some plane geometry so it always faces the camera. The plane geometry rotates whenever the camera rotates in order to appear as if it ...
3
votes
2answers
189 views
Creating a rotation matrix based on two vectors
I am looking to create a rotation matrix (M) when I pass in a vector (V) where M * [0, 0, 1] (forward) = V.
I am doing this because I then want to use this matrix to multiply other vectors to put ...
0
votes
1answer
31 views
math - how to alter the values of function as if they were rotated by specified angle
I was wondering if there is a mathematical way (sure there is one!) to rotate curve made by polynomial equation.
For example, I have a polynomial x^3 + 2x^2 + 1 = 0 and if I draw a curve from that ...
0
votes
1answer
118 views
rotate 3d model around absolute axes
I can't figure out how to convert mouse drag into rotation around Ox and Oy of the image plane.
I followed the first answer from here and I'm storing the modelView matrix in an array, and updating it ...
0
votes
1answer
68 views
Projectile rotation based on camera rotation
I've been working on a little space simulator demo using three.js and flightcontrols.js (an example that ships with three.js)
The demo is viewable at - ...
0
votes
2answers
102 views
MATLAB - Rotate an object with makehgtform - zrotate only around the origin
I'm trying to use a slider and rotate a sphere in matlab. It works if the sphere is in the origin. but my sphere is at point (2.5,2.5,7.5) when I rotate it, the entire sphere rotates still around the ...
0
votes
1answer
126 views
OpenGL - Object local rotation
I am trying to make something like - lets call it flight simulator using modern OpenGL. I am trying to use yaw, pitch and roll to rotate my plane object. But it seems object rotates around global ...
3
votes
1answer
401 views
Incorrect conversion from quaternions to euler angles and back
I am converting angles-axis representation to Euler angles. I decided to check and make sure that the Euler angles I got from the conversion would lead back to the original axis-angle. I print out the ...
0
votes
1answer
163 views
Computing Vector from Quaternion works, computing Quaternion from Vector does not
So I am using a quaternion to create a segment of two points in 3D space, and trying to recompute a similar quaternion later on (one representing the same vector through space; I am aware that the ...
0
votes
0answers
53 views
Converting coordinates from a frame of reference to another frame of reference
I am trying to determine the accuracy of my object detection system so I am putting in rotated images of the original image(below) at 90 deg, 45 deg, 135 deg, 180 deg etc for the system to detect and ...
4
votes
1answer
220 views
Quaternion and axis of rotation
This question has been answered. Below is most of the code that you need to make it work! Hope it helps others.
Thanks to @Aki Suihkonen, @David Hammen, and @MBo.
Both Angle functions give the right ...
3
votes
2answers
129 views
How to place a point in 3D so that it creates a certain angle?
I have a small question about 3D.
What follows is an example of my problem.
I have two points:
A: 12 4 5
B: 6 8 -10
I have another point:
C: 5 6 7
I need to transform(?) point C so that the angle ...
1
vote
0answers
101 views
Convert between coordinate spaces
I'm trying to simulate a realistic camera in OpenGL ES, using iPhone camera and data received from gyroscope sensor. Basically when I receive roll, pitch and yaw rotation from gyroscope I pass them to ...
0
votes
3answers
202 views
Calculate Minimum Size of Rectangle to Cover Canvas During Rotation
I would like to know how to calculate the minimum size of a display layer so that it will always cover up it's canvas regardless of it's rotation.
The image below depicts a canvas (black rectangle) ...
0
votes
1answer
164 views
2d rotation 1000 random points around one point
I generate 1000 random points, and I'd like to rotate the points, around some point defined by
x and y.
I've used:
px = Math.cos(theta) * (px-ox) - Math.sin(theta) * (py-oy) + ox
py = ...
0
votes
1answer
79 views
How can I find out if the background from a bounding-box is inside the cropping area?
I have an image which I can freely move, rotate and resize behind a fixed frame (fixed position and size). How can I find out with JavaScript/jQuery if the background from the bounding-box of the ...
2
votes
1answer
297 views
3D object is rotating along all three axes when only X-Y rotation is desired
So I am implementing rotations for my 3D objects in an OpenGL scene, and so far the basic rotations themselves (using quaternions) work fine. I have also mostly solved the "look-at" problem, such ...
0
votes
1answer
26 views
How to know what TOP and LEFT To use according to rotate degrees?
Mates, I'm really bad with math how can I do the following:
I'm rotating a div with:
document.getElementById('pig').style.webkitTransform = 'rotate('180 + 'deg' + ')';
And moving it with keypress, ...
0
votes
3answers
256 views
Movement along circle around a given point 2D
I want to move an object on a circle around a given point. I am using OpenGL on Android and my viewport is the screen resolution in landscape mode (1280 * 800). The point I want to rotate an object ...
0
votes
2answers
68 views
Generic algorithm for the rotation of vectors around an axis without using matrixes or quaternions?
I don't understand why matrixes and quaternions are necessary for that operation. Why don't we just write a function such as rotate(vector,axis,angle) which applies an algebraic formula, performing ...
0
votes
1answer
110 views
Determine coordinates for an object at a specific distance and angle from a point
In a 2d space, I have an object of coordinates x1 and y1 and it is facing a specific direction , we'll call it "viewer". At start, the angle that measures the object rotation is 0, so the object ...
0
votes
2answers
88 views
basic math rotation, wrong results
Ugh Im too dumb to solve basic algebra, would be cool if you could help me out with this
ussualy I got the rotation and try to get position I want to rotate the object to
var rads : Number = ...
0
votes
2answers
156 views
Moving Forward in the direction its facing
my problem is that i have an object i want to move forward in the direction its faceing, right now im able to rotate it, but unable to make it move forward. can anyone tell me how to fix this ? Some ...
0
votes
2answers
82 views
Camera lookAt target changes when rotating parent node
I have the following issue.I have a camera with lookAt method which works fine.I have a parent node to which I parent the camera.If I rotate the parent node while keeping the camera lookAt the target ...
2
votes
1answer
583 views
Three.js 3D rotation of an airplane
I am trying to make a simple airplane flying game. I'd like the users arrow-keys to rotate a plane around a 360 degree area where up and down is a relative Y-axis to the horizontal position of the ...
4
votes
3answers
110 views
Points are reaching the origin point while rotation
I am trying to rotate a rectangle using the matrix (x cos θ - y sin θ, x sin θ + y cos θ). The problem is that the rectangle is getting smal and reaching the origin point per ...
1
vote
2answers
472 views
Rotate model around x,y,z axes, without gimbal lock, with input data always as x,y,z axes angle rotations
I have an input device that gives me 3 angles -- rotation around x,y,z axes.
Now I need to use these angles to rotate the 3D space, without gimbal lock. I thought I could convert to Quaternions, but ...
1
vote
1answer
402 views
Body axes to earth axes using rotation matrix? [openGL]
I'm currently working on a project that is supposed to represent data collected from gyroscope as a simple 3d graph, but what I wrote doesn't quite work - I simply integrated axes and then rotated the ...
1
vote
1answer
836 views
How to rotate a image without losing the edges
i want to rotate some images with variable angle(like 22°) in JavaCV/OpenCV.
At the moment i use cvWarpAffine().
My problem is, that i lose the edges of the image after rotating, so i must make the ...
1
vote
2answers
386 views
Calculate the absolute position of the point having the position before rotation and rotation angles
How can I rotate the point (x, y, z) by angles (rx, ry, rz) about their respective axes?
That is, how do I determine the point (x1, y1, z1) resulting from the rotation of (x, y, z) by rotation angles ...
7
votes
4answers
345 views
android - corresponding rotated object to numeric values
I have a combination lock rotating in a 360 degrees circle.
The combination lock has numerical values on it, these are purely graphical.
I need a way to translate the image's rotation to the 0-99 ...
1
vote
2answers
239 views
Reset rotation matrix without losing scale
I have a case where I need a method to rotate a model matrix in OpenGL to absolute value. Most of the rotate() methods out there add rotation to a current one multiplying the current matrix with the ...
2
votes
1answer
549 views
Create 3rd person camera position calculation with quaternions
I want to create a 3rd person camera similiar to example. The camera should stick behind the object and rotate if the rotation difference between camera and object is too high (maybe above ten ...
2
votes
2answers
175 views
Find the optimized rotation
I have an application where I must find a rotation from a set of 15 orderer&indexed 3D points (X1, X2, ..., X15) to another set of 15 points with the same index (1 initial point corresponding to 1 ...
0
votes
1answer
44 views
Rotate back to 0 degrees Logarithmically
When the user releases their finger I want my sprite to rotate back to 0 degrees. At the moment it is done like this:
if (touching == NO && rotationValue != 0)
{
if (rotationValue < ...
-2
votes
1answer
216 views
rotating a rectangle gives very messy results
i use this process to rotate a rect of 4 borders as corners in wpf:
'find the center
Dim center As New Point(((topRight.Margin.Left - topLeft.Margin.Left) / 2) + topLeft.Margin.Left,
...
8
votes
2answers
3k views
Euler angle to Quaternion then Quaternion to euler angle
I'm using lib glm (http://glm.g-truc.net/) for test quaternion but I've a problem; when I convert euler angle to quaternion then immediatly quaternion to euler angles, my result are totally different ...
0
votes
2answers
123 views
Making a object rotate in & out smoothly
I'm having trouble, I've searched and studied but I just can't figure this out.
I'm making a space game and want to have the player orient the ship and have the ship smoothly rotate in & out. So ...
1
vote
1answer
293 views
Y rotation from rotation matrix
Here are my axes. i dont know what to call it. (is it ZXY?)
(this is what camera sees)
i want to know plane rotation around Y axis. Currently it is 0 degree around Y.
here is what i do,
Matrix33 ...
0
votes
1answer
213 views
XNA rotation of a texture according to a point
I'm writing a little test project. I have an object (with a position and bounding box) at an origin, and when something happens (say a mouse click/touch on phone), I want a line to be drawn from the ...
0
votes
2answers
99 views
How to write an intersects for Shapes in android
I have an written an Object called Shape which has a Point representing the topLeftCorner and a Dimension with represents its width and height.
To get the topRightCorner I can simply add the width to ...
1
vote
2answers
212 views
Rotation - Finding when desired angle is reached
Situation
I've been hitting my head on this problem for a while now. Basically, I have an angle r (radians), that I want to change to a desired angle wr (radians) with a set speed dr (radians / ...
0
votes
1answer
367 views
How do I calculate the rotation along the y-axis given a 2D direction vector?
I'm making a 3D game, and I need the player mesh always facing the back of the camera. I already figured out how to get a 2D speed vector (direction along the x-z plane), but now I need to rotate the ...
3
votes
1answer
418 views
Rotation of a point about the z-axis
I have 3 vectors in 3D space. Let's call them xaxis, yaxis, and zaxis. These vectors are centered about an arbitrary point somewhere in 3D space. I am interested in rotating the xaxis and yaxis ...

