multiply_vectors
- compas.geometry.multiply_vectors(u, v)[source]
Element-wise multiplication of two vectors.
- Parameters
u (list) – The XYZ components of the first vector.
v (list) – The XYZ components of the second vector.
- Returns
list – Resulting vector.
Examples
>>>