Calculate Vector3D Dot Products

Function Description

Performs dot product operations on two groups of 3D vectors element by element.

Use Cases

General-purpose 3D vector dot product calculation step.

Inputs

  • Original Vector3D (Required): List of 3D vectors, used as the first input for dot product operation.

  • Another Vector3D (Optional): List of 3D vectors, used as the second input for dot product operation, calculating dot product element by element with the first input. (If not connected, the “Specified Vector3D” step parameter is used as the second input.)

Outputs

  • Number Result: Dot product result.

Parameters

  • Specified Vector3D

    Sets a list of 3D vectors. This parameter takes effect when the “Another Vector3D” port is not connected. It calculates dot product element by element with the first input.