Subtract Vectors: Difference between revisions
Nikitaivanov (talk | contribs) (Created page with "Subtracts each vector component individually. /uploads/Subtract Vectors.png File:vectorSubs.png So you get: * x-x = 5 - 3 * y-y = 9 - 1 * z-y = 12- 4 Category:Blocks ") |
-u ndefined- (talk | contribs) m (Use infobox; declutter) |
||
Line 1: | Line 1: | ||
{{Block | |||
|image=Subtract_Vectors.png | |||
|type=s | |||
|folder=Math | |||
|input1={{Port|v|Vec1}} | |||
|input2={{Port|v|Vec2}} | |||
|output1={{Port|v|Vec1 - Vec2}} | |||
}} | |||
Subtracts each [[vector]] component individually. | Subtracts each [[vector]] component individually. | ||
[[File:Subtract_Vectors_example.png]] | |||
[[File: | |||
[[Category:Blocks]] | [[Category:Blocks]] |