Skip to main content

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