Negative forward equals back

Hi, thinking out loud… I noticed -Vector3.forward was used in the lesson to rotate right but there’s also Vector3.back that does the job. However adding negative sign can become handy later if I have for example vector with some random values like (23,-33,9) and I’d like to have vector with “opposite” values.

Privacy & Terms