power_vectors

compas.geometry.power_vectors(vectors, power)[source]

Raise a list of vectors to the given power.

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

  • power (int, float) – The power to which to raise the vectors.

Returns

vector (list) – The raised vectors.

Examples

>>>