Vector.inverted
- Vector.inverted()[source]
Returns a inverted copy of this vector
- Returns
Examples
>>> u = Vector(1.0, 0.0, 0.0) >>> v = u.inverted() >>> w = u + v >>> w.length 0.0
Returns a inverted copy of this vector
Examples
>>> u = Vector(1.0, 0.0, 0.0)
>>> v = u.inverted()
>>> w = u + v
>>> w.length
0.0
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev