Vec4.-

static Vec4 -(Vec4 a, Vec4 b)

Subtracts matching components from eachother. Not commutative.

   
Vec4 a Any vector.
Vec4 b Any vector.
RETURNS: Vec4 A new vector from the subtracted components.




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