Add Vectors: Difference between revisions

From Fancade Wiki
(Created page with "/uploads/Add Vectors.png Adds each vector component (X, Y, and Z value) individually. File:Screenshot_2022-02-15-06-25-43-52_6c69499164362a0dbe2f1dfe7c62199a.jpg Category:Blocks ")
 
(Updated the page)
Line 1: Line 1:
[[width=336px,alt=Add Vectors|/uploads/Add Vectors.png]]
{{Block
|image=Add Vectors.png
|type=s
|folder=math
|input1={{Port|v|Vec1}}
|input2={{Port|v|Vec2}}
|output1={{Port|v|Vec1 + Vec2}}
}}


Adds each [[vector]] component (X, Y, and Z value) individually.
Adds each [[vector]] component (X, Y, and Z value) individually.


[[File:Screenshot_2022-02-15-06-25-43-52_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
[[File:Add Vectors example.jpg|frameless|Example]]
 


[[Category:Blocks]]
[[Category:Blocks]]

Revision as of 21:03, 16 May 2024

Add Vectors
Add Vectors.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Vec1
Vec2
Outputs Vec1 + Vec2

Adds each vector component (X, Y, and Z value) individually.

Example