Rotate Point Between Coordinate Systems

The name of the pictureThe name of the pictureThe name of the pictureClash 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







share|cite|improve this question



















  • 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














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







share|cite|improve this question



















  • 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












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







share|cite|improve this question











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









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









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
















  • 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















active

oldest

votes











Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Comments

Popular posts from this blog

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?

What is the equation of a 3D cone with generalised tilt?