Transforming a vector about a local coordinate system.

sharath

New member
Joined
Jul 27, 2015
Messages
2
I have a vector (10,0,0). I am transfoming this vector about a local co-ordinate system.

origin 2083.26 -278.016 821.55
x-axis 2083.07 -277.968 822.53
y-axis 2083.14 -277.026 821.476

The resultant should be mostly parallel to x axis of the local co-ordinate system in the same direction of x-axis.

But it is in opposite direction.

What could be the issue.
 
I have a vector (10,0,0). I am transfoming this vector about a local co-ordinate system.

origin 2083.26 -278.016 821.55
x-axis 2083.07 -277.968 822.53
y-axis 2083.14 -277.026 821.476

The resultant should be mostly parallel to x axis of the local co-ordinate system in the same direction of x-axis.

But it is in opposite direction.

What could be the issue.

If I understand your problem correctly:

Transform (rewrite) a given vector (10,0,0) to a new co-ordinate system whose origin is at (2083.26, -278.016, 821.55), x-axis defined as (2083.07 -277.968 822.53), and y-axis (2083.14 -277.026 821.476)

If that statement is correct - show us your work (or restate the problem correctly and show work).
 
If I understand your problem correctly:

Transform (rewrite) a given vector (10,0,0) to a new co-ordinate system whose origin is at (2083.26, -278.016, 821.55), x-axis defined as (2083.07 -277.968 822.53), and y-axis (2083.14 -277.026 821.476)

If that statement is correct - show us your work (or restate the problem correctly and show work).

----------------------------------------------------------------------------------------------------------------

Really sorry to bother you.
We did a small mistake of math.
Its working now.
Sorry
 
Top