divide_vectors_xy
- compas.geometry.divide_vectors_xy(u, v)[source]
Element-wise division of two vectors assumed to lie in the XY plane.
- Parameters
u (list) – The XY(Z) components of the first vector.
v (list) – The XY(Z) components of the second vector.
- Returns
list – Resulting vector in the XY plane.
Examples
>>>