The cross product of this vector and another vector.
other ([float, float, float] | Vector) – The other vector.
Vector
Vector – The cross product.
Examples
>>> u = Vector(1.0, 0.0, 0.0) >>> v = Vector(0.0, 1.0, 0.0) >>> u.cross(v) Vector(0.000, 0.000, 1.000)
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev