-
Notifications
You must be signed in to change notification settings - Fork 2
math:vec ..
NOPEname edited this page Aug 15, 2020
·
1 revision
-Adds two vectors
-Calculates cross product of two vectors -2D: outputs scalar, 3D: outputs vector
-Calculates dot product of two vectors -If one vector is written into both inputs, the result is the length of that vector
-Calculates the length of a given vector -Works similar to "dot"
-Outputs a new vector that is a scaled version of the input vector -This new vector points into the same direct but with a different length