SF_INLINE T Dot(T x2, T y2, T z2) const; SF_INLINE T Dot(const Point3<T> & pt) const;
Dot returns the dot product of two points.
A value containing the dot product.