Vec3./
static Vec3 /(Vec3 a, Vec3 b)
A component-wise vector division. Not commutative
Vec3 a | Any vector. |
Vec3 b | Any vector. |
RETURNS: Vec3 | A new vector a divided by b. |
static Vec3 /(Vec3 a, float b)
A scalar vector division.
Vec3 a | Any vector. |
float b | Any scalar. |
RETURNS: Vec3 | A new vector a divided by b. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!