angles_vectors_xy
- compas.geometry.angles_vectors_xy(u, v, deg=False)[source]
Compute the angles between the XY components of two vectors.
- Parameters
- Returns
float – The smallest angle in radians, or in degrees if
deg == True
.float – The other angle.
Notes
Z components may be provided, but are simply ignored.
Examples
>>>