ScalProd3D (FUN)ΒΆ

FUNCTION ScalProd3D : LREAL

This function will calculate the scalar product of two vectors \(v_{1}, v_{2} \in \mathbb{R^{3}}\)

InOut:

Scope

Name

Type

Comment

Return

ScalProd3D

LREAL

\(v_{1} \cdot v_{2} \in \mathbb{R}\)

Input

pv1

POINTER TO Vector3d

Pointer to input vector \(v_{1} \in \mathbb{R}\)

pv2

POINTER TO Vector3d

Pointer to input vector \(v_{2} \in \mathbb{R}\)