Hello, and thank you!
A forward is a direction vector of an object. For example:
If an object has this rotation (0,0,0) the forward will be (0,0,1) and the right will be (1,0,0).
We can understand the forward as a child element that is in (0,0,1) position relative to the parent, that when the...