Skip to content

Order of transformation parameters #968

Answered by N-Dekker
Misham2941 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for asking, @Misham2941 Does the following piece of code answer your question?

this->m_Parameters[0] = m_AngleX;
this->m_Parameters[1] = m_AngleY;
this->m_Parameters[2] = m_AngleZ;
this->m_Parameters[3] = this->GetTranslation()[0];
this->m_Parameters[4] = this->GetTranslation()[1];
this->m_Parameters[5] = this->GetTranslation()[2];


 this->m_Parameters[0] = m_AngleX; 
 this->m_Parameters[1] = m_AngleY; 
 this->m_Parameters[2] = m_AngleZ; 
 this->m_Parameters[3] = this->GetTranslation()[0]; 
 this->m_Parameters[4] = this->GetTranslation()[1]; 
 this->m_Param…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Misham2941
Comment options

Answer selected by Misham2941
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