Vec4./

static Vec4 /(Vec4 a, Vec4 b)

A component-wise vector division. Not commutative

   
Vec4 a Any vector.
Vec4 b Any vector.
RETURNS: Vec4 A new vector a divided by b.
static Vec4 /(Vec4 a, float b)

A scalar vector division.

   
Vec4 a Any vector.
float b Any vector.
RETURNS: Vec4 A new vector a divided by b.




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