subtract_vectors_xy
- compas.geometry.subtract_vectors_xy(u, v)[source]
Subtract one vector from another, assuming they lie in the XY plane.
- Parameters
- Returns
[float, float, 0.0] – Resulting vector in the XY-plane.
Examples
>>>
Subtract one vector from another, assuming they lie in the XY plane.
[float, float, 0.0] – Resulting vector in the XY-plane.
Examples
>>>