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