AdvancedMathematics Global Function CATScalarProductND
CATScalarProductND( | const | iN, |
| const | iUOrigin, |
| const | iUEnd, |
| const | iVOrigin, |
| const | iVEnd) |
-
Computes the scalar product of two N dimensional vectors.
- Parameters:
-
- iN
- The dimension.
- iUOrigin
- The array of coordinates of the origin of the first vector.
- iUEnd
- The array of coordinates of the end of the first vector.
- iVOrigin
- The array of coordinates of the origin of the second vector.
- iVEnd
- The array of coordinates of the end of the second vector.
- Returns:
- The scalar product iUEnd-iUOrigin * iVEnd-iVOrigin
This object is included in the file: CATMathSetOfPointsND.h
If needed, your Imakefile.mk should include the module: CATAdvancedMathematics
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.