scalarProd3
Get the scalar product of two 3-dimensional vectors.
Signatures
- Paramate.Math3D.scalarProd3( a, b )
Details
The function calculates the scalar product (dot product) of two 3-dimensional vectors.
Parameters
- a
-
First vector of type [<number>, <number>, <number>].
- b
-
Second vector of type [<number>, <number>, <number>].
Return value
The scalar product of the two parameters.