add_vectors_xy
- compas.geometry.add_vectors_xy(u, v)[source]
Add two vectors, assuming they lie in the XY-plane.
- Parameters
- Returns
[float, float, 0.0] – Resulting vector in the XY-plane.
Examples
>>>
Add two vectors, assuming they lie in the XY-plane.
[float, float, 0.0] – Resulting vector in the XY-plane.
Examples
>>>