Vec4.+
static Vec4 +(Vec4 a, Vec4 b)
Adds matching components together. Commutative.
Vec4 a | Any vector. |
Vec4 b | Any vector. |
RETURNS: Vec4 | A new vector from the added components. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!