Dot3#

inline float Dot3(const float *v1, const float *v2)#

Computes the dot product of two float arrays representing 3D vectors.

Parameters:
  • v1[in] Pointer to first vector array (must have at least 3 elements)

  • v2[in] Pointer to second vector array (must have at least 3 elements)

Returns:

Dot product as float