Houdini 20.0 Nodes APEX Nodes

DotProduct<T>

Computes the dot product of two vectors.

On this page
Since 20.0

Returns the dot product of the two vectors, a and b.

Inputs

a: Vector2, Vector3, Vector4

The first input vector.

b: Vector2, Vector3, Vector4

The second input vector.

Outputs

dot: Float

The vector dot product of a and b.

See also

APEX Nodes