double DotProd(TVec *X, TVec *Y);
Returns the dot product: sum(X*Y).
Remarks:
Internally calls Vector::DotProd
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Returns the dot product: sum(X*Y).
Internally calls Vector::DotProd