Which direction is clockwise when rotating around x-axis in 3D?
$begingroup$
Picture 1 shows a demonstration that rotations around an axis is positive for clockwise directions.
An example later on, picture 2, applies a rotation matrix for 60 degrees in the x-axis for a clockwise rotation.
In the first line of working in picture 2, where
Rx(-60) = x_rotation_matrix
Am I correct in thinking that the argument for the rotation matrix in the x-axis should be 60 degrees, and not -60 degrees? Additionally, should the argument for the rotation matrix in the y-axis
Ry(30) = y_rotation_matrix
be -30 degrees, and not 30 degrees?
Thanks.
matrices transformation rotations
$endgroup$
add a comment |
$begingroup$
Picture 1 shows a demonstration that rotations around an axis is positive for clockwise directions.
An example later on, picture 2, applies a rotation matrix for 60 degrees in the x-axis for a clockwise rotation.
In the first line of working in picture 2, where
Rx(-60) = x_rotation_matrix
Am I correct in thinking that the argument for the rotation matrix in the x-axis should be 60 degrees, and not -60 degrees? Additionally, should the argument for the rotation matrix in the y-axis
Ry(30) = y_rotation_matrix
be -30 degrees, and not 30 degrees?
Thanks.
matrices transformation rotations
$endgroup$
2
$begingroup$
It is a matter of perspective. Traditionally we think of ourselves away from the origin, looking back at the origin, and counter-clockwise turns are positive. But of we flip the perspective, and imagine the view from the origin, everything is reversed.
$endgroup$
– Doug M
Jan 3 at 2:45
add a comment |
$begingroup$
Picture 1 shows a demonstration that rotations around an axis is positive for clockwise directions.
An example later on, picture 2, applies a rotation matrix for 60 degrees in the x-axis for a clockwise rotation.
In the first line of working in picture 2, where
Rx(-60) = x_rotation_matrix
Am I correct in thinking that the argument for the rotation matrix in the x-axis should be 60 degrees, and not -60 degrees? Additionally, should the argument for the rotation matrix in the y-axis
Ry(30) = y_rotation_matrix
be -30 degrees, and not 30 degrees?
Thanks.
matrices transformation rotations
$endgroup$
Picture 1 shows a demonstration that rotations around an axis is positive for clockwise directions.
An example later on, picture 2, applies a rotation matrix for 60 degrees in the x-axis for a clockwise rotation.
In the first line of working in picture 2, where
Rx(-60) = x_rotation_matrix
Am I correct in thinking that the argument for the rotation matrix in the x-axis should be 60 degrees, and not -60 degrees? Additionally, should the argument for the rotation matrix in the y-axis
Ry(30) = y_rotation_matrix
be -30 degrees, and not 30 degrees?
Thanks.
matrices transformation rotations
matrices transformation rotations
asked Jan 3 at 2:30
lgdl.ylgdl.y
7010
7010
2
$begingroup$
It is a matter of perspective. Traditionally we think of ourselves away from the origin, looking back at the origin, and counter-clockwise turns are positive. But of we flip the perspective, and imagine the view from the origin, everything is reversed.
$endgroup$
– Doug M
Jan 3 at 2:45
add a comment |
2
$begingroup$
It is a matter of perspective. Traditionally we think of ourselves away from the origin, looking back at the origin, and counter-clockwise turns are positive. But of we flip the perspective, and imagine the view from the origin, everything is reversed.
$endgroup$
– Doug M
Jan 3 at 2:45
2
2
$begingroup$
It is a matter of perspective. Traditionally we think of ourselves away from the origin, looking back at the origin, and counter-clockwise turns are positive. But of we flip the perspective, and imagine the view from the origin, everything is reversed.
$endgroup$
– Doug M
Jan 3 at 2:45
$begingroup$
It is a matter of perspective. Traditionally we think of ourselves away from the origin, looking back at the origin, and counter-clockwise turns are positive. But of we flip the perspective, and imagine the view from the origin, everything is reversed.
$endgroup$
– Doug M
Jan 3 at 2:45
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Roughly,It doesn't matter which direction you choose positive.you can choose positive in any direction you wish,but you must have to conduct your all calculations by reminding that in mind.Don't use CW positive in one part of the calculation and CCW positive in another part. just follow one of them in your full calculation.
But there are some conventional ways for these assumptions.But they vary according to their application.Like,in kinematics generally the convention is "CCW is positive",but When we work on flux measurement in electrical machines like in motor or generator,then it is varied from motor to generator.
$endgroup$
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3060201%2fwhich-direction-is-clockwise-when-rotating-around-x-axis-in-3d%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Roughly,It doesn't matter which direction you choose positive.you can choose positive in any direction you wish,but you must have to conduct your all calculations by reminding that in mind.Don't use CW positive in one part of the calculation and CCW positive in another part. just follow one of them in your full calculation.
But there are some conventional ways for these assumptions.But they vary according to their application.Like,in kinematics generally the convention is "CCW is positive",but When we work on flux measurement in electrical machines like in motor or generator,then it is varied from motor to generator.
$endgroup$
add a comment |
$begingroup$
Roughly,It doesn't matter which direction you choose positive.you can choose positive in any direction you wish,but you must have to conduct your all calculations by reminding that in mind.Don't use CW positive in one part of the calculation and CCW positive in another part. just follow one of them in your full calculation.
But there are some conventional ways for these assumptions.But they vary according to their application.Like,in kinematics generally the convention is "CCW is positive",but When we work on flux measurement in electrical machines like in motor or generator,then it is varied from motor to generator.
$endgroup$
add a comment |
$begingroup$
Roughly,It doesn't matter which direction you choose positive.you can choose positive in any direction you wish,but you must have to conduct your all calculations by reminding that in mind.Don't use CW positive in one part of the calculation and CCW positive in another part. just follow one of them in your full calculation.
But there are some conventional ways for these assumptions.But they vary according to their application.Like,in kinematics generally the convention is "CCW is positive",but When we work on flux measurement in electrical machines like in motor or generator,then it is varied from motor to generator.
$endgroup$
Roughly,It doesn't matter which direction you choose positive.you can choose positive in any direction you wish,but you must have to conduct your all calculations by reminding that in mind.Don't use CW positive in one part of the calculation and CCW positive in another part. just follow one of them in your full calculation.
But there are some conventional ways for these assumptions.But they vary according to their application.Like,in kinematics generally the convention is "CCW is positive",but When we work on flux measurement in electrical machines like in motor or generator,then it is varied from motor to generator.
edited Jan 3 at 3:23
answered Jan 3 at 3:10
Rakibul Islam PrinceRakibul Islam Prince
1,010211
1,010211
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3060201%2fwhich-direction-is-clockwise-when-rotating-around-x-axis-in-3d%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
$begingroup$
It is a matter of perspective. Traditionally we think of ourselves away from the origin, looking back at the origin, and counter-clockwise turns are positive. But of we flip the perspective, and imagine the view from the origin, everything is reversed.
$endgroup$
– Doug M
Jan 3 at 2:45