Vector3::divide
This function is used to divide a Vector3 by another Vector3 or scalar.
Syntax
``` vector.divide(Vector3 otherVec); vector.divide(number scalar); ```
Required Arguments
- otherVec: Vector3: The vector or scalar to divide the callee by.
Returns
- The quotient.