Contents

simd_dot

Returns the dot product of two vectors.

Declaration

static double simd_dot(simd_double2 __x, simd_double2 __y);

See Also

Geometry Functions