compas.geometry.divide_vectors

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

Element-wise division 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

>>>