Equal Vectors: Difference between revisions

From Fancade Wiki
m (Add related articles)
(Standartise description among all Equal X pages)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
Line 8: Line 8:
}}
}}


Outputs <code>True</code> if both [[vector]] inputs are equal.
Outputs [[True]] if both [[vector]] inputs are equal and False otherwise.


[[File:Equal Vectors example.jpg|frameless|center|Example]]
[[File:Equal Vectors example.jpg|frameless|center|Example]]

Latest revision as of 00:37, 23 August 2025

Equal Vectors
Equal Vectors.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Vec1
Vec2
Outputs Vec1 = Vec2

Outputs True if both vector inputs are equal and False otherwise.

Example
Example

Related