Recently, I studied linear algebra.
I understand each of the following concepts.
euler
quaternion
vector3
vector4
matrix3
matrix4
...
.dot()
.cross()
.invert()
.multiply()
.normalize()
...
However, when I really want to achieve a certain transformation in code development, my brain is often blank.
Many times, I even want to give up.
What should I do, I hope to hear your suggestions.