multiply_vectors

compas.geometry.multiply_vectors(u, v)[source]

Element-wise multiplication of two vectors.

Parameters:
u[float, float, float] | compas.geometry.Vector

The XYZ components of the first vector.

vl[float, float, float] | compas.geometry.Vector

The XYZ components of the second vector.

Returns:
[float, float, float]

Resulting vector.

Examples

>>>