Subtracting two Vectors

To subtract two vectors you can use the same method as Adding two Vectors but inverting either vector first by inverting it first.

Which one you have to invert, depends on whether you want to:

Subtract B from A (A - B) => Invert B

or

Subtract A from B (B - A) => Invert A

 

 


Revision #1
Created 10 May 2022 18:36:29 by TheHelpfulHelper
Updated 10 May 2022 18:43:58 by TheHelpfulHelper