Make a copy of this vector.
Vector – The copy.
Vector
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