Rotate Point Between Coordinate Systems
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a point(s)
P0(x,y,z)...Pn(x,y,z)
and a plane described by two vectors and a normal.
V1(x,y,z)
V2(x,y,z)
N1(x,y,z)
I am rotating them so that they are axis aligned in the world by doing this
P0'=(P0 DOT(V1),P0 DOT(V2), P0 DOT(N1))
This works and the points are rotated as expected. I want to know how to now rotate them, and new points back. Basically the inverse operation
Thanks
geometry 3d
add a comment |Â
up vote
0
down vote
favorite
I have a point(s)
P0(x,y,z)...Pn(x,y,z)
and a plane described by two vectors and a normal.
V1(x,y,z)
V2(x,y,z)
N1(x,y,z)
I am rotating them so that they are axis aligned in the world by doing this
P0'=(P0 DOT(V1),P0 DOT(V2), P0 DOT(N1))
This works and the points are rotated as expected. I want to know how to now rotate them, and new points back. Basically the inverse operation
Thanks
geometry 3d
Please see math.meta.stackexchange.com/questions/5020
â Lord Shark the Unknown
Jul 23 at 18:49
Do you know about inverse matrices?
â saulspatz
Jul 23 at 19:17
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a point(s)
P0(x,y,z)...Pn(x,y,z)
and a plane described by two vectors and a normal.
V1(x,y,z)
V2(x,y,z)
N1(x,y,z)
I am rotating them so that they are axis aligned in the world by doing this
P0'=(P0 DOT(V1),P0 DOT(V2), P0 DOT(N1))
This works and the points are rotated as expected. I want to know how to now rotate them, and new points back. Basically the inverse operation
Thanks
geometry 3d
I have a point(s)
P0(x,y,z)...Pn(x,y,z)
and a plane described by two vectors and a normal.
V1(x,y,z)
V2(x,y,z)
N1(x,y,z)
I am rotating them so that they are axis aligned in the world by doing this
P0'=(P0 DOT(V1),P0 DOT(V2), P0 DOT(N1))
This works and the points are rotated as expected. I want to know how to now rotate them, and new points back. Basically the inverse operation
Thanks
geometry 3d
asked Jul 23 at 18:46
MDK
11
11
Please see math.meta.stackexchange.com/questions/5020
â Lord Shark the Unknown
Jul 23 at 18:49
Do you know about inverse matrices?
â saulspatz
Jul 23 at 19:17
add a comment |Â
Please see math.meta.stackexchange.com/questions/5020
â Lord Shark the Unknown
Jul 23 at 18:49
Do you know about inverse matrices?
â saulspatz
Jul 23 at 19:17
Please see math.meta.stackexchange.com/questions/5020
â Lord Shark the Unknown
Jul 23 at 18:49
Please see math.meta.stackexchange.com/questions/5020
â Lord Shark the Unknown
Jul 23 at 18:49
Do you know about inverse matrices?
â saulspatz
Jul 23 at 19:17
Do you know about inverse matrices?
â saulspatz
Jul 23 at 19:17
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2860664%2frotate-point-between-coordinate-systems%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Please see math.meta.stackexchange.com/questions/5020
â Lord Shark the Unknown
Jul 23 at 18:49
Do you know about inverse matrices?
â saulspatz
Jul 23 at 19:17