compas.geometry.square_vectors

compas.geometry.square_vectors(vectors)[source]

Raise a multiple vectors to the power 2.

Parameters

vectors (list) – A list of vectors.

Returns

vector (list) – The squared vectors.

Examples

>>>