NXOpen.UF.Vec3.Dot

Vec3.Dot()

Refer to UF_VEC3_dot for documentation.

Signature: Dot(vec1, vec2)

Parameters:
  • vec1 (list of float) – Vector 1
  • vec2 (list of float) – Vector 2
Returns:

The dot product of vec1 and vec2 dot_product = vec1 (dot) vec2

Return type:

float

License requirements: None