divide_vectors

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

Element-wise division of two vectors.

Parameters
  • u ([float, float, float] | Vector) – The XYZ components of the first vector.

  • v ([float, float, float] | Vector) – The XYZ components of the second vector.

Returns

[float, float, float] – Resulting vector.

Examples

>>>