Tagged Questions
0
votes
0answers
15 views
rotation and scaling and move using multi touch in android
i want to rotate and scale and move the image on multi touch event, it seems to be working, but it's not working perfectly. I really want to fix my wrong code up, so please help me. my code is there
...
0
votes
2answers
42 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 ...
-7
votes
0answers
32 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.
2
votes
2answers
92 views
Rotate a Matrix in R
I have a matrix like this
|1|2|3|
|1|2|3|
|1|2|3|
Is there an easy way to rotate the entire matrix to get these results:
|1|1|1|
|2|2|2|
|3|3|3|
and
|3|2|1|
|3|2|1|
|3|2|1|
and last but not ...
-1
votes
0answers
33 views
Matrix rotation (2d array) in C (non square)
How to rotate a matrix clockwise in C language (not by 90 deg), only the outer ring, the matrix is not quadric (NxM). without recursion, for example (4x3 matrix):
from this:
1 2 3
4 5 6
7 8 9
0 1 2
...
1
vote
0answers
24 views
Find current SkewX, SkewY and Rotate Values - Javascript
How can I go about finding the current rotation, skewX and skewY transform settings on an element considering that there may be multiple scenarios where only rotate is used, or only skewX is used, ...
3
votes
1answer
76 views
Correct spatial camera orientation
I'm performing a camera calibration as described in OpenCV calibration sample (which works fine for lens correction). Additionally I now want to do a spatial correction. Means when the camera is not ...
1
vote
3answers
57 views
Rotation of a rect using a matrix
I want to rotate a rect, like on the provided sketch. I want to get out the new x-Pos and y-Pos of the north-western edge. I tried it with this calculation, but it does not work:
var x = //current ...
1
vote
2answers
41 views
Can i switch X Y Z in a quaternion?
i have a coordinate system where the Y axis is UP. I need to convert it to a coordinate system where Z is UP. I have the rotations stored in quaternions, so my question is : if i have a quaternion ...
0
votes
0answers
66 views
Convert rotation matrix to be used in a different coordinate system
I have a rotation matrix from the Orocos Kinematics Library (KDL) and have to apply it in the coordinate system of the Vizard simulator. What I do need is a converted KDL rotation matrix to apply it ...
0
votes
0answers
43 views
kinematic model, hierarchical rotations
i want to move a character with rotation matrices given from a kinect. In my application i use COLLADA, where the Z axis is up, and the kinect uses something like this
:
With absolute orientation ...
0
votes
1answer
164 views
Projection Matrix or not? (OpenGL ES 2.0)
Is it necessary to use a projection matrix like so:
Matrix.frustumM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7);
and
Matrix.setLookAtM(mVMatrix, 0, 0, 0, 3, 0f, 0f, 0f, 0f, 1.0f, 0.0f);
// ...
1
vote
4answers
131 views
Rotate NxN Matrix Counter(anti)-Clockwise 90 Degress
I have a 2D Matrix M[N][N] that I need to rotate counter-clockwise by 90 degrees. I have seen many answers for clockwise rotation but I cannot find counter-clockwise. How similar are the two ...
1
vote
1answer
119 views
LWJGL - OpenGL - Camera rotation
i tried to create a first person camera. I took a piece of code of my XNA project and tried to convert it into java (LWJGL).
Matrix4f mx = Matrix4f.rotate(pitch, new Vector3f(1, 0, 0),
...
0
votes
0answers
75 views
Why this rotation with matrix fails on this 3D point?
This rotation applied on 3D points of an object make a "wave scale effect" instead of a rotation.
Is this code wrong somewhere ?
//----------- Init Rot Matrix (with float rotX=45, rotY=45, rotZ=45) ...
0
votes
0answers
54 views
LWJGL - Axes not rotating (Camera)
I'm learning OpenGL in Java and I have a problem with my camera.
The axes aren't rotating. No matter where I look at, I'm always going the same direction,
and the camera rotates around the same axes.
...
0
votes
3answers
176 views
Matrix needed to convert rotations for one coordinate system to another
i have rotationmatrixes in a "selfmade" GL coordinate system, and want to apply them to a collada coordinate system.
I know i need a Matrix to multiply the GL rotations to convert them into the ...
0
votes
2answers
116 views
three.js parent child target tracking
So, here is a vector, matrix, rotation, quaternion question for the three.js masters!
I have a parent object at position(0,0,275) with direction(0,0,-1), +y up and rotation(0,0,0).
Attached to the ...
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
236 views
Three.js Rotate objects inside of moving Object3D to always face the camera
I'm somewhat new to Threejs was just wondering how to make moving mesh always face the camera in a scene. I have 100 meshes inside of a container Object3D, and am rotating this container on the x and ...
0
votes
1answer
72 views
What is wrong with my rotation matrix?
//---------------------------------------------------------------------------
// arbitraryRotate - rotates v theta degrees around n
...
2
votes
1answer
169 views
Translating camera around rotation point other than origin
Okay so this is a pretty specific question having to do with my camera transform in OpenGL. When the view opens the rotation point is around the origin - and when you translate the camera it does the ...
1
vote
1answer
110 views
how to rotate a shape using rotation matrix?
i'm trying to rotate a square in canvas by javascript using rotation matrix.
here is my code.
function square() {
this.cord=[[0,0],[-25,25],[25,25],[25,-25],[-25,-25]];
}
var a=new ...
2
votes
1answer
247 views
OpenGL ES 2 Translation after rotation
I'm working on a augmented reality app in android. At the moment I have some problems with the Open GL ES 2.0 stuff..
First I want to rotate an object and then translate it but it doesn't work.. ...
2
votes
1answer
73 views
LWJGL Rotating one object only
I am trying to rotate only one of two objects in my scene which I created in Java using
LWJGL.Now, when I try to rotate one object, it doesn't rotate around it's center but in large circles. After ...
2
votes
2answers
146 views
Rotate graph by angle
I have multiple matrices filled with the x and y coordinates of multiple points in 2D space that make up a graph. The matrices look something like this
x1 x2 x3 x4 ...
y1 y2 y3 y4 ...
A ...
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 ...
1
vote
1answer
75 views
D3DXMatrixTransformation2D acting weird
I want to rotate my 2D sprites at their position and not any other point, but I have trouble with the function.
I saw people using D3DXMatrixTransformation2D in this way (scaling excluded):
...
2
votes
1answer
269 views
How rotate a 3D cube at its center XNA?
I try to rotate a 3D cube on itself from its center, not the edge.
Here is my code used.
public rotatemyCube()
{
...
Matrix newTransform = Matrix.CreateScale(scale) * ...
0
votes
0answers
83 views
Getting data from the rotation matrix of the MPU6050 Triple Axis Gyro Sensor
I'm using an OpenAL library with Processing (it's SoundSystem/Paulscode) but basically what I'm trying to achieve is to use data from the MPU6050 to determine the listener's orientation.
So for ...
0
votes
1answer
273 views
Android OpenGL rotation matrix deformation
In my renderer, i have:
private float[] MATRIX_VIEW = new float[16];
private float[] MATRIX_PROJECTION = new float[16];
private float[] MATRIX_VP = new float[16];
in "onSurfaceChanged":
...
//Set ...
1
vote
0answers
179 views
Python: Transformation Matrix
Is this the correct way to co-compute translation and rotation, or is there a better way? At the moment my code translates and then rotates, could that pose a problem?
Code
from math import cos, ...
-1
votes
1answer
161 views
How do we rotate a tetris piece counter clockwise?
I looked at the algorithm here for clockwise rotation, but I can't do it the other way around. So basically, for clockwise rotation, you need to multiply the transpose to a rotation matrix, but how do ...
7
votes
1answer
155 views
How to rotate a 4x4 matrix (C#/XNA)
I've got an array of [4,4]
X is the only one I "know", the rest is calculated with a simple double for-loop.
x 0 0 0
0 0 1 0
0 1 1 0
0 1 0 0
I want a function that take this array, and rotate it 90 ...
0
votes
0answers
122 views
Create a rotation matrix from a position and a look at position
I am trying to create a function that returns a rotation matrix from a vertex describing a position and another vertex describing a point that the object at the first position is looking at. I have ...
0
votes
1answer
96 views
Rotate char Matrix image in Haskell
I'm currently working on an assignment for my class and one of the requirements is to create a function called rotate90. This function basically takes in a [[Char]] and rotates it 90 degrees ...
-1
votes
1answer
83 views
Get OpenGL object rotation
I won't post my entire program here because it's a little too long. But I have this renderer (shortened):
class OpenGLRenderer implements Renderer {
private CubicPolygon cube;
public ...
2
votes
1answer
411 views
LibGDX Moving a Rotated Camera
I've come to a situation in my application, built using LibGDX, where I need the camera to be able to rotate, and also be moveable by the user, as well as being able to be zoomed. My camera controls ...
2
votes
1answer
130 views
How can I lock a rotation matrix to the horizon?
I have problem with 3x3 rotation matrix. Is that possible to adjust an arbitrary existing rotation matrix, so the rotation was locked to the horizon (no roll, just pitch and jaw)? I need to make the ...
0
votes
2answers
342 views
How do I rotate a 3D matrix by 90 degrees counterclockwise?
I'm trying to rotate a matrix counterclockwise by 90 degrees in Java. I found answers on how to do this with a 2D matrix, but my matrix is 3D.
Here's how I found out on how to do a 2D rotation:
...
2
votes
1answer
555 views
Issue with GLM Camera X,Y Rotation introducing Z Rotation
So I've been having trouble with a camera I've implemented in OpenGL and C++ using the GLM library. The type of camera I'm aiming for is a fly around camera which will allow easy exploration of a 3D ...
-5
votes
2answers
407 views
How can I rotate this matrix clockwise 90 degrees?
I need to rotate to clockwise 90 degrees, I already tried to do with the help of others posts here, but without luck.
time_t t;
srand((unsigned) time(&t));
const int N=3,M=3;
double a[N][M];
...
3
votes
1answer
149 views
Generating rotated bitmaps without resizing
I'm trying to build a ring from twenty copies of a single image, which is a 1/20th slice of the full ring. I generate bitmaps that are this original image rotated to their correct degree amounts. The ...
3
votes
1answer
1k views
Extract Translation and Rotation from Fundamental Matrix
I am trying to retrieve translation and rotation vectors from a computed fundamental Matrix. I do use OpenCV and the general approach is from wikipedia. My Code is like this:
//Compute Essential ...
1
vote
2answers
212 views
Rotate 3D object with Direction and Axis
I am working on showing a 3D model (IFC) in Java3D. I need to rotate the object with 2 vectors, a direction vector and a axis vector that are given by the IFC model.
But I can't figure out how to get ...
0
votes
1answer
179 views
Converting Global Hierarchical Rotations to Local and back
I have a hierarchical skeleton, in which translations & rotations are expressed in global space. I need to convert the skeleton into local coordinates and back again. I have no problem with the ...
0
votes
2answers
140 views
Rotating a bitmap 90 degrees and saving
all! I'm at a total loss here with this question. It may have been answered, but I can't find anyone asking for precisely what I need.
I have a jpeg file saved to the SDCARD, and want to ...
0
votes
0answers
313 views
Android draw bitmap image on circle circumference
I'm trying to design a gauge face with an arrow as bitmap to move as a value changes.
This arrow needs to move on an imaginary circle's circumference as my values change. I am using these 2 formulae ...
0
votes
0answers
141 views
Wrap NinePatch around image with matrix scaletype
I have two ImageViews in a FrameLayout. The first one is an underlying photo. The second one is a overlay image which need to be draggable, scalable and rotatable.
<FrameLayout
...
0
votes
1answer
80 views
How do I rotate a model without rotating it's local axis?
I just need to rotate a model 90 degrees when it starts, without editing its local axis.
I have a missile flying 90 degrees sideways down a tunnel, and I need it to be facing down the tunnel while ...


