add_vectors
- compas.geometry.add_vectors(u, v)[source]
Add two vectors.
- Parameters
u (sequence of float) – XYZ components of the first vector.
v (sequence of float) – XYZ components of the second vector.
- Returns
list – The resulting vector.
Add two vectors.
u (sequence of float) – XYZ components of the first vector.
v (sequence of float) – XYZ components of the second vector.
list – The resulting vector.
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev