Vec3.+

static Vec3 +(Vec3 a, Vec3 b)

Adds matching components together. Commutative.

   
Vec3 a Any vector.
Vec3 b Any vector.
RETURNS: Vec3 A new vector from the added components.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!