divide_vectors
- compas.geometry.divide_vectors(u, v)[source]
- Element-wise division of two vectors. - Parameters:
- u[float, float, float] | compas.geometry.Vector
- The XYZ components of the first vector. 
- v[float, float, float] | compas.geometry.Vector
- The XYZ components of the second vector. 
 
- u[float, float, float] | 
- Returns:
- [float, float, float]
- Resulting vector. 
 
 - Examples - >>>