I have a 4*4 matrix and a 3d vector.
I need to translate my vector by the matrix.
Not too much crazy maths notation please because I don’t understand it.
An example in something close to java would be fab!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It quite easy once you see it.
means …
means …
d1-d4 are there to make ‘1’ so you don’t need to use it.
Hope this helps.