Returns a unitized copy of this vector.
Vector – A unitized copy of the vector.
Vector
Examples
>>> u = Vector(1.0, 2.0, 3.0) >>> v = u.unitized() >>> u.length == 1.0 False >>> v.length == 1.0 True
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev