ScalarProd3
Get the scalar product of two 3 vectors.
Signatures
- Paramate.Viewport.ScalarProd3( a, b )
Details
The function calculates the scalar (dot) product of two 3 vectors.
Parameters
- a
- 
            A 3 vector. 
- b
- 
            A 3 vector. 
Return value
The scalar product of the two parameters.