Help understanding what happens when I multiply 2 CFrames

image

CFrames are matrices, and when you multiply two matrices, each row is multiplied by all of the columns.

Generally, multiplying two matrices is like so:
Say we have a two matrices, where A is image and B is image, then AB is:

With cframes, it is the same thing:
image

The components of the back vector, up vector and right vector are being multiplied and added in the matrix

22 Likes