Houdini 12
Expression functions
dot
expression function
Computes the dot product of two vectors.
Usage
dot(
v0
,
v1
)
Replaced by
hou.Vector3.dot()
method