Dot3#
- 
template<typename T>
 T::value_type Dot3(const T &v1, const T &v2)#
- Computes the dot product of two vectors with value_type return. - Template Parameters:
- T – Vector type that supports .x, .y, .z member access 
- Parameters:
- v1 – [in] First vector 
- v2 – [in] Second vector 
 
- Returns:
- Dot product as the vector’s value_type