Vector.copy
- Vector.copy()[source]
Make a copy of this vector.
- Returns
compas.geometry.Vector
– The copy.
Examples
>>> u = Vector(0.0, 0.0, 0.0) >>> v = u.copy() >>> u == v True >>> u is v False
Make a copy of this vector.
compas.geometry.Vector
– The copy.
Examples
>>> u = Vector(0.0, 0.0, 0.0)
>>> v = u.copy()
>>> u == v
True
>>> u is v
False
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev