Skip to content

understanding active_matrix_from_extrinsic_euler_... #169

Discussion options

You must be logged in to vote

I think I don't really understand the question. I guess by basis you mean the axis of rotation? 0 -> x, 1, -> y, 2 -> z?

The order of concatenation of the matrices is determined by the order of rotation axes (xyz, yxz, ...) and whether it is an extrinsic or an intrinsic convention.

The yxz convention means that the first angle (alpha) rotates around the y-axis, the second angle (beta) rotations around the x-axis, and the third angle (gamma) rotates around the z-axis. When the extrinsic convention is used, you concatenate rotation matrices from right to left.

I don't know why you would want to change the order of arguments.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@romainVala
Comment options

@AlexanderFabisch
Comment options

@romainVala
Comment options

@AlexanderFabisch
Comment options

@romainVala
Comment options

Answer selected by romainVala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #168 on November 24, 2021 08:31.