normalize_vectors_xy

compas.geometry.normalize_vectors_xy(vectors)[source]

Normalise multiple vectors, assuming they lie in the XY plane.

Parameters

vectors (list of list) – A list of vectors.

Returns

list – The normalized vectors in the XY plane.

Examples

>>>